Html Css Color HEX #0E557E Dark Cerulean

📋 copy color: '#0E557E'

red 14 ◦ green 85 ◦ blue 126

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

Shades of Dark Cerulean #0E557E

Tints of Dark Cerulean #0E557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56%

R = 6.22%
G = 37.78%
B = 56%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E557E (or 0x0E557E) is known color: Dark Cerulean. HEX triplet: 0E, 55 and 7E. RGB value is (14,85,126). Sum of RGB (Red+Green+Blue) = 14+85+126=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E557E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E557E is #F1AA81. Grayscale: #444444. Windows color (decimal): -15837826 or 8279310. OLE color: 8279310.

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

Color convert

RGB 14 85 126 -
CMYK 0.89 0.33 0 0.51
HSL 201.96º 0.8% 0.27% -
HSV(B) 201.96º 0.89% 0.49% -
XYZ 7.2 8.1 20.92 -
YUV 68.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 14 85 126 0.89 0.33 0 0.51 201.96 0.8 0.27
Hex E 55 7E 59 21 0 33 CA 50 1B
Octal 16 125 176 131 41 0 63 312 120 33
Binary 1110 1010101 1111110 1011001 100001 0 110011 11001010 1010000 11011

Color Harmonies of #0E557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E557E

Black with #0E557E

Text Example


Text Example

White with #0E557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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