COLOR #0F0383

HEX: #0F0383
RGB: (15,3,131)

Color info

#0F0383 contains mainly blue color. Web safe color of #0F0383 is #000099 (or #009).

RGB color model

#0F0383 color RGB value is (15,3,131).

  • red value is 15;
  • green value is 3;
  • blue value is 131.
RGB:
(15,3,131)
(6%,1%,51%)

RGB channels and saturation

R 15 of 255 = 6%
G 3 of 255 = 1%
B 131 of 255 = 51%

15
3
131

R + G + B ~ 19%. #0F0383 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 3 + 131 = 149 (100%)
R 15 of 149 ~ 10.07%
G 3 of 149 ~ 2.01%
B 131 of 149 ~ 87.92%

%10.07
%87.92

CMYK color model

#0F0383 color CMYK value is (89,98,0,49).

  • cyan value is 88.55%
  • magenta value is 97.71%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(89,98,0,49)
C89M98Y0K49 
(89%,98%,0%,49%)
(0.89/0.98/0.00/0.49)	

CMYK percentages

%88.55
%97.71
%0
%48.63

Codes

Color #0F0383 in popluar color models

0F0383
RGB153131
HSL246°95.52%26.27%
HSB/HSV246°97.71%51.37%
CMYK88.55%97.71%0.00%
48.63%

Color #0F0383 in popluar number systems.

HEX0F0383
Decimal153131
Binary11111110000011
Octal173203

Shades and tints

Shades of #0F0383

#0F0383
(15,3,131)
#0E0378
(14,3,120)
#0D036D
(13,3,109)
#0C0362
(12,3,98)
#0B0357
(11,3,87)
#0A034C
(10,3,76)
#090341
(9,3,65)
#080336
(8,3,54)
#07032B
(7,3,43)
#060320
(6,3,32)
#050315
(5,3,21)
#000000
(0,0,0)

Tints of #0F0383

#0F0383
(15,3,131)
#24198E
(36,25,142)
#392F99
(57,47,153)
#4E45A4
(78,69,164)
#635BAF
(99,91,175)
#7871BA
(120,113,186)
#8D87C5
(141,135,197)
#A29DD0
(162,157,208)
#B7B3DB
(183,179,219)
#CCC9E6
(204,201,230)
#E1DFF1
(225,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0383 color. Also use rgb(15,3,131) instead hex code.

Text Font Color

.myTextColor { color: #0F0383; }

<p style="color:#0F0383">This sample text font color is #0F0383.</p>

This text font color is #0F0383.


Background Color

.myBgColor { background-color: #0F0383; }

<div style="background-color:#0F0383">Inner text</div>

This div background color is #0F0383.


Border color

.myBorderColor { border: 1px solid #0F0383; }

<div style="border:3px solid #0F0383">Div</div>

This div border color is #0F0383.


Opacity

.myOpacity80 { color: #0F0383; opacity: 0.8; }

<p style="color:#0F0383;opacity:0.8;">80%</p>

Text with #0F0383 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F0383;}

<p style="text-shadow: 3px 3px 1px #0F0383">Text here.</p>

This text has shadow with #0F0383 color.

.textShadow {text-shadow: 3px 3px 1px #0F0383, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F0383, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F0383 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F0383, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F0383, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F0383 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F0383;
  -webkit-box-shadow:	1px 1px 3px 2px #0F0383;
  box-shadow:		1px 1px 3px 2px #0F0383;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F0383;
-webkit-box-shadow: 1px 1px 3px 2px #0F0383;
box-shadow:1px 1px 3px 2px #0F0383;">
Div content here</div>
This div box has shadow with color #0F0383.

Preview

Color preview on black background

This text has color #0F0383 on black background.


Color preview on white background

This text has color #0F0383 on white background.



Black color preview on #0F0383 background

This text has black color on #0F0383 background.


White color preview on #0F0383 background

This text has white color on #0F0383 background.