Html Css Color HEX #0F4891 Dark Cerulean

📋 copy color: '#0F4891'

red 15 ◦ green 72 ◦ blue 145

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

Shades of Dark Cerulean #0F4891

Tints of Dark Cerulean #0F4891

RGB

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

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

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

R = 6.47%
G = 31.03%
B = 62.5%

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

#0F4891 (or 0x0F4891) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 91. RGB value is (15,72,145). Sum of RGB (Red+Green+Blue) = 15+72+145=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F4891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4891 is #F0B76E. Grayscale: #3E3E3E. Windows color (decimal): -15775599 or 9521167. OLE color: 9521167.

HSL color Cylindrical-coordinate representation of color #0F4891: hue angle of 213.69º 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 #0F4891 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 72 145 -
CMYK 0.90 0.50 0 0.43
HSL 213.69º 0.81% 0.31% -
HSV(B) 213.69º 0.9% 0.57% -
XYZ 7.63 6.78 27.69 -
YUV 63.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 15 72 145 0.90 0.50 0 0.43 213.69 0.81 0.31
Hex F 48 91 5A 32 0 2B D6 51 1F
Octal 17 110 221 132 62 0 53 326 121 37
Binary 1111 1001000 10010001 1011010 110010 0 101011 11010110 1010001 11111

Color Harmonies of #0F4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4891

Black with #0F4891

Text Example


Text Example

White with #0F4891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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