Html Css Color HEX #0E4970 Dark Cerulean

📋 copy color: '#0E4970'

red 14 ◦ green 73 ◦ blue 112

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

Shades of Dark Cerulean #0E4970

Tints of Dark Cerulean #0E4970

RGB

 RED value IS 14 (5.86% from 255) = 7.04%

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

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 7.04%
G = 36.68%
B = 56.28%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E4970 (or 0x0E4970) is known color: Dark Cerulean. HEX triplet: 0E, 49 and 70. RGB value is (14,73,112). Sum of RGB (Red+Green+Blue) = 14+73+112=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E4970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4970 is #F1B68F. Grayscale: #3B3B3B. Windows color (decimal): -15840912 or 7358734. OLE color: 7358734.

HSL color Cylindrical-coordinate representation of color #0E4970: hue angle of 203.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4970 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 73 112 -
CMYK 0.88 0.35 0 0.56
HSL 203.88º 0.78% 0.25% -
HSV(B) 203.88º 0.88% 0.44% -
XYZ 5.49 6.03 16.2 -
YUV 59.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 14 73 112 0.88 0.35 0 0.56 203.88 0.78 0.25
Hex E 49 70 58 23 0 38 CC 4E 19
Octal 16 111 160 130 43 0 70 314 116 31
Binary 1110 1001001 1110000 1011000 100011 0 111000 11001100 1001110 11001

Color Harmonies of #0E4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4970

Black with #0E4970

Text Example


Text Example

White with #0E4970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,112); }

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

background-color css

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

 a { background-color: rgb(14,73,112); }

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

border-color css

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

 span { border-color: rgb(14,73,112); }

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