Html Css Color HEX #0E4172 Dark Cerulean

📋 copy color: '#0E4172'

red 14 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #0E4172

Tints of Dark Cerulean #0E4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 7.25%
G = 33.68%
B = 59.07%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E4172 (or 0x0E4172) is known color: Dark Cerulean. HEX triplet: 0E, 41 and 72. RGB value is (14,65,114). Sum of RGB (Red+Green+Blue) = 14+65+114=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E4172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4172 is #F1BE8D. Grayscale: #373737. Windows color (decimal): -15842958 or 7487758. OLE color: 7487758.

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

Color convert

RGB 14 65 114 -
CMYK 0.88 0.43 0 0.55
HSL 209.4º 0.78% 0.25% -
HSV(B) 209.4º 0.88% 0.45% -
XYZ 5.11 5.09 16.63 -
YUV 55.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 14 65 114 0.88 0.43 0 0.55 209.4 0.78 0.25
Hex E 41 72 58 2B 0 37 D1 4E 19
Octal 16 101 162 130 53 0 67 321 116 31
Binary 1110 1000001 1110010 1011000 101011 0 110111 11010001 1001110 11001

Color Harmonies of #0E4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4172

Black with #0E4172

Text Example


Text Example

White with #0E4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,65,114); }

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

background-color css

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

 a { background-color: rgb(14,65,114); }

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

border-color css

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

 span { border-color: rgb(14,65,114); }

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