Html Css Color HEX #0F4989 Dark Cerulean

📋 copy color: '#0F4989'

red 15 ◦ green 73 ◦ blue 137

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

Shades of Dark Cerulean #0F4989

Tints of Dark Cerulean #0F4989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 6.67%
G = 32.44%
B = 60.89%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F4989 (or 0x0F4989) is known color: Dark Cerulean. HEX triplet: 0F, 49 and 89. RGB value is (15,73,137). Sum of RGB (Red+Green+Blue) = 15+73+137=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F4989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4989 is #F0B676. Grayscale: #3E3E3E. Windows color (decimal): -15775351 or 8997135. OLE color: 8997135.

HSL color Cylindrical-coordinate representation of color #0F4989: hue angle of 211.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4989 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 73 137 -
CMYK 0.89 0.47 0 0.46
HSL 211.48º 0.8% 0.3% -
HSV(B) 211.48º 0.89% 0.54% -
XYZ 7.09 6.67 24.58 -
YUV 62.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 15 73 137 0.89 0.47 0 0.46 211.48 0.8 0.3
Hex F 49 89 59 2F 0 2E D3 50 1E
Octal 17 111 211 131 57 0 56 323 120 36
Binary 1111 1001001 10001001 1011001 101111 0 101110 11010011 1010000 11110

Color Harmonies of #0F4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4989

Black with #0F4989

Text Example


Text Example

White with #0F4989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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