Html Css Color HEX #0F448E Dark Cerulean

📋 copy color: '#0F448E'

red 15 ◦ green 68 ◦ blue 142

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

Shades of Dark Cerulean #0F448E

Tints of Dark Cerulean #0F448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 6.67%
G = 30.22%
B = 63.11%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F448E (or 0x0F448E) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 8E. RGB value is (15,68,142). Sum of RGB (Red+Green+Blue) = 15+68+142=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F448E is #F0BB71. Grayscale: #3C3C3C. Windows color (decimal): -15776626 or 9323535. OLE color: 9323535.

HSL color Cylindrical-coordinate representation of color #0F448E: hue angle of 214.96º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F448E is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 68 142 -
CMYK 0.89 0.52 0 0.44
HSL 214.96º 0.81% 0.31% -
HSV(B) 214.96º 0.89% 0.56% -
XYZ 7.15 6.19 26.41 -
YUV 60.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 15 68 142 0.89 0.52 0 0.44 214.96 0.81 0.31
Hex F 44 8E 59 34 0 2C D7 51 1F
Octal 17 104 216 131 64 0 54 327 121 37
Binary 1111 1000100 10001110 1011001 110100 0 101100 11010111 1010001 11111

Color Harmonies of #0F448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F448E

Black with #0F448E

Text Example


Text Example

White with #0F448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,142); }

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

background-color css

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

 a { background-color: rgb(15,68,142); }

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

border-color css

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

 span { border-color: rgb(15,68,142); }

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