Html Css Color HEX #0E558B Dark Cerulean

📋 copy color: '#0E558B'

red 14 ◦ green 85 ◦ blue 139

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

Shades of Dark Cerulean #0E558B

Tints of Dark Cerulean #0E558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 5.88%
G = 35.71%
B = 58.4%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E558B (or 0x0E558B) is known color: Dark Cerulean. HEX triplet: 0E, 55 and 8B. RGB value is (14,85,139). Sum of RGB (Red+Green+Blue) = 14+85+139=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E558B is #F1AA74. Grayscale: #454545. Windows color (decimal): -15837813 or 9131278. OLE color: 9131278.

HSL color Cylindrical-coordinate representation of color #0E558B: hue angle of 205.92º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E558B is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 85 139 -
CMYK 0.90 0.39 0 0.45
HSL 205.92º 0.82% 0.3% -
HSV(B) 205.92º 0.9% 0.55% -
XYZ 8.09 8.45 25.63 -
YUV 69.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 14 85 139 0.90 0.39 0 0.45 205.92 0.82 0.3
Hex E 55 8B 5A 27 0 2D CE 52 1E
Octal 16 125 213 132 47 0 55 316 122 36
Binary 1110 1010101 10001011 1011010 100111 0 101101 11001110 1010010 11110

Color Harmonies of #0E558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E558B

Black with #0E558B

Text Example


Text Example

White with #0E558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,85,139); }

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

background-color css

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

 a { background-color: rgb(14,85,139); }

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

border-color css

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

 span { border-color: rgb(14,85,139); }

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