Html Css Color HEX #0F4889 Dark Cerulean

📋 copy color: '#0F4889'

red 15 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #0F4889

Tints of Dark Cerulean #0F4889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

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

R = 6.7%
G = 32.14%
B = 61.16%

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

#0F4889 (or 0x0F4889) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 89. RGB value is (15,72,137). Sum of RGB (Red+Green+Blue) = 15+72+137=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F4889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4889 is #F0B776. Grayscale: #3E3E3E. Windows color (decimal): -15775607 or 8996879. OLE color: 8996879.

HSL color Cylindrical-coordinate representation of color #0F4889: hue angle of 211.97º 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 #0F4889 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 72 137 -
CMYK 0.89 0.47 0 0.46
HSL 211.97º 0.8% 0.3% -
HSV(B) 211.97º 0.89% 0.54% -
XYZ 7.03 6.54 24.56 -
YUV 62.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 15 72 137 0.89 0.47 0 0.46 211.97 0.8 0.3
Hex F 48 89 59 2F 0 2E D4 50 1E
Octal 17 110 211 131 57 0 56 324 120 36
Binary 1111 1001000 10001001 1011001 101111 0 101110 11010100 1010000 11110

Color Harmonies of #0F4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4889

Black with #0F4889

Text Example


Text Example

White with #0F4889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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