Html Css Color HEX #0E508E Dark Cerulean

📋 copy color: '#0E508E'

red 14 ◦ green 80 ◦ blue 142

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

Shades of Dark Cerulean #0E508E

Tints of Dark Cerulean #0E508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 5.93%
G = 33.9%
B = 60.17%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E508E (or 0x0E508E) is known color: Dark Cerulean. HEX triplet: 0E, 50 and 8E. RGB value is (14,80,142). Sum of RGB (Red+Green+Blue) = 14+80+142=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E508E is #F1AF71. Grayscale: #434343. Windows color (decimal): -15839090 or 9326606. OLE color: 9326606.

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

Color convert

RGB 14 80 142 -
CMYK 0.90 0.44 0 0.44
HSL 209.06º 0.82% 0.31% -
HSV(B) 209.06º 0.9% 0.56% -
XYZ 7.93 7.78 26.68 -
YUV 67.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 14 80 142 0.90 0.44 0 0.44 209.06 0.82 0.31
Hex E 50 8E 5A 2C 0 2C D1 52 1F
Octal 16 120 216 132 54 0 54 321 122 37
Binary 1110 1010000 10001110 1011010 101100 0 101100 11010001 1010010 11111

Color Harmonies of #0E508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E508E

Black with #0E508E

Text Example


Text Example

White with #0E508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,80,142); }

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

background-color css

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

 a { background-color: rgb(14,80,142); }

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

border-color css

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

 span { border-color: rgb(14,80,142); }

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