Html Css Color HEX #0E517B Dark Cerulean

📋 copy color: '#0E517B'

red 14 ◦ green 81 ◦ blue 123

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

Shades of Dark Cerulean #0E517B

Tints of Dark Cerulean #0E517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 6.42%
G = 37.16%
B = 56.42%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0E517B (or 0x0E517B) is known color: Dark Cerulean. HEX triplet: 0E, 51 and 7B. RGB value is (14,81,123). Sum of RGB (Red+Green+Blue) = 14+81+123=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E517B is #F1AE84. Grayscale: #414141. Windows color (decimal): -15838853 or 8081678. OLE color: 8081678.

HSL color Cylindrical-coordinate representation of color #0E517B: hue angle of 203.12º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E517B is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 81 123 -
CMYK 0.89 0.34 0 0.52
HSL 203.12º 0.8% 0.27% -
HSV(B) 203.12º 0.89% 0.48% -
XYZ 6.7 7.41 19.82 -
YUV 65.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 14 81 123 0.89 0.34 0 0.52 203.12 0.8 0.27
Hex E 51 7B 59 22 0 34 CB 50 1B
Octal 16 121 173 131 42 0 64 313 120 33
Binary 1110 1010001 1111011 1011001 100010 0 110100 11001011 1010000 11011

Color Harmonies of #0E517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E517B

Black with #0E517B

Text Example


Text Example

White with #0E517B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,123); }

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

background-color css

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

 a { background-color: rgb(14,81,123); }

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

border-color css

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

 span { border-color: rgb(14,81,123); }

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