COLOR #0F305A

HEX: #0F305A
RGB: (15,48,90)

Color info

#0F305A contains mainly green and blue colors. Web safe color of #0F305A is #003366 (or #036).

RGB color model

#0F305A color RGB value is (15,48,90).

  • red value is 15;
  • green value is 48;
  • blue value is 90.
RGB:
(15,48,90)
(6%,19%,35%)

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 90 of 255 = 35%

15
48
90

R + G + B ~ 20%. #0F305A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 48 + 90 = 153 (100%)
R 15 of 153 ~ 9.8%
G 48 of 153 ~ 31.37%
B 90 of 153 ~ 58.82%

%9.8
%31.37
%58.82

CMYK color model

#0F305A color CMYK value is (83,47,0,65).

  • cyan value is 83.33%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(83,47,0,65)
C83M47Y0K65 
(83%,47%,0%,65%)
(0.83/0.47/0.00/0.65)	

CMYK percentages

%83.33
%46.67
%0
%64.71

Codes

Color #0F305A in popluar color models

0F305A
RGB154890
HSL214°71.43%20.59%
HSB/HSV214°83.33%35.29%
CMYK83.33%46.67%0.00%
64.71%

Color #0F305A in popluar number systems.

HEX0F305A
Decimal154890
Binary11111100001011010
Octal1760132

Shades and tints

Shades of #0F305A

#0F305A
(15,48,90)
#0E2C52
(14,44,82)
#0D284A
(13,40,74)
#0C2442
(12,36,66)
#0B203A
(11,32,58)
#0A1C32
(10,28,50)
#09182A
(9,24,42)
#081422
(8,20,34)
#07101A
(7,16,26)
#060C12
(6,12,18)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #0F305A

#0F305A
(15,48,90)
#244269
(36,66,105)
#395478
(57,84,120)
#4E6687
(78,102,135)
#637896
(99,120,150)
#788AA5
(120,138,165)
#8D9CB4
(141,156,180)
#A2AEC3
(162,174,195)
#B7C0D2
(183,192,210)
#CCD2E1
(204,210,225)
#E1E4F0
(225,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F305A color. Also use rgb(15,48,90) instead hex code.

Text Font Color

.myTextColor { color: #0F305A; }

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

This text font color is #0F305A.


Background Color

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

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

This div background color is #0F305A.


Border color

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

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

This div border color is #0F305A.


Opacity

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

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

Text with #0F305A 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 #0F305A;}

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

This text has shadow with #0F305A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F305A on black background.


Color preview on white background

This text has color #0F305A on white background.



Black color preview on #0F305A background

This text has black color on #0F305A background.


White color preview on #0F305A background

This text has white color on #0F305A background.