Html Css Color HEX #0E5373 Dark Cerulean

📋 copy color: '#0E5373'

red 14 ◦ green 83 ◦ blue 115

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

Shades of Dark Cerulean #0E5373

Tints of Dark Cerulean #0E5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 6.6%
G = 39.15%
B = 54.25%

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

#0E5373 (or 0x0E5373) is known color: Dark Cerulean. HEX triplet: 0E, 53 and 73. RGB value is (14,83,115). Sum of RGB (Red+Green+Blue) = 14+83+115=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E5373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5373 is #F1AC8C. Grayscale: #414141. Windows color (decimal): -15838349 or 7557902. OLE color: 7557902.

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

Color convert

RGB 14 83 115 -
CMYK 0.88 0.28 0 0.55
HSL 199.01º 0.78% 0.25% -
HSV(B) 199.01º 0.88% 0.45% -
XYZ 6.37 7.52 17.34 -
YUV 66.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 14 83 115 0.88 0.28 0 0.55 199.01 0.78 0.25
Hex E 53 73 58 1C 0 37 C7 4E 19
Octal 16 123 163 130 34 0 67 307 116 31
Binary 1110 1010011 1110011 1011000 11100 0 110111 11000111 1001110 11001

Color Harmonies of #0E5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5373

Black with #0E5373

Text Example


Text Example

White with #0E5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,83,115); }

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

background-color css

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

 a { background-color: rgb(14,83,115); }

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

border-color css

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

 span { border-color: rgb(14,83,115); }

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