Html Css Color HEX #0F4991 Dark Cerulean

📋 copy color: '#0F4991'

red 15 ◦ green 73 ◦ blue 145

#0F4991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0F4991

Tints of Dark Cerulean #0F4991

RGB

 RED value IS 15 (6.25% from 255) = 6.44%

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 145 (57.03% from 255) = 62.23%

R = 6.44%
G = 31.33%
B = 62.23%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F4991 (or 0x0F4991) is known color: Dark Cerulean. HEX triplet: 0F, 49 and 91. RGB value is (15,73,145). Sum of RGB (Red+Green+Blue) = 15+73+145=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F4991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4991 is #F0B66E. Grayscale: #3F3F3F. Windows color (decimal): -15775343 or 9521423. OLE color: 9521423.

HSL color Cylindrical-coordinate representation of color #0F4991: hue angle of 213.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4991 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 73 145 -
CMYK 0.90 0.50 0 0.43
HSL 213.23º 0.81% 0.31% -
HSV(B) 213.23º 0.9% 0.57% -
XYZ 7.69 6.91 27.72 -
YUV 63.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 15 73 145 0.90 0.50 0 0.43 213.23 0.81 0.31
Hex F 49 91 5A 32 0 2B D5 51 1F
Octal 17 111 221 132 62 0 53 325 121 37
Binary 1111 1001001 10010001 1011010 110010 0 101011 11010101 1010001 11111

Color Harmonies of #0F4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4991

Black with #0F4991

Text Example


Text Example

White with #0F4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F4991; }

 p { color: rgb(15,73,145); }

 H1.HeaderClassName
 {
   color: #0F4991;
 }
 .AnyTagClassName
 {
   color: #0F4991;
 }
</style>

background-color css

<style>
 a { background-color: #0F4991; }

 a { background-color: rgb(15,73,145); }

 div.DivClassName
 {
   background-color: #0F4991;
 }
 .BgClassName
 {
   background-color: #0F4991;
 }
</style>

border-color css

<style>
 span { border-color: #0F4991; }

 span { border-color: rgb(15,73,145); }

 td.TdClassName
 {
   border-color: #0F4991;
 }
 .TagClassName
 {
   border-color: #0F4991;
 }
</style>