Html Css Color HEX #0E5272 Dark Cerulean

📋 copy color: '#0E5272'

red 14 ◦ green 82 ◦ blue 114

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

Shades of Dark Cerulean #0E5272

Tints of Dark Cerulean #0E5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 6.67%
G = 39.05%
B = 54.29%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E5272 (or 0x0E5272) is known color: Dark Cerulean. HEX triplet: 0E, 52 and 72. RGB value is (14,82,114). Sum of RGB (Red+Green+Blue) = 14+82+114=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E5272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5272 is #F1AD8D. Grayscale: #414141. Windows color (decimal): -15838606 or 7492110. OLE color: 7492110.

HSL color Cylindrical-coordinate representation of color #0E5272: hue angle of 199.2º 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 #0E5272 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 82 114 -
CMYK 0.88 0.28 0 0.55
HSL 199.2º 0.78% 0.25% -
HSV(B) 199.2º 0.88% 0.45% -
XYZ 6.24 7.34 17.01 -
YUV 65.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 14 82 114 0.88 0.28 0 0.55 199.2 0.78 0.25
Hex E 52 72 58 1C 0 37 C7 4E 19
Octal 16 122 162 130 34 0 67 307 116 31
Binary 1110 1010010 1110010 1011000 11100 0 110111 11000111 1001110 11001

Color Harmonies of #0E5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5272

Black with #0E5272

Text Example


Text Example

White with #0E5272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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