Html Css Color HEX #0E557C Dark Cerulean

📋 copy color: '#0E557C'

red 14 ◦ green 85 ◦ blue 124

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

Shades of Dark Cerulean #0E557C

Tints of Dark Cerulean #0E557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 6.28%
G = 38.12%
B = 55.61%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E557C (or 0x0E557C) is known color: Dark Cerulean. HEX triplet: 0E, 55 and 7C. RGB value is (14,85,124). Sum of RGB (Red+Green+Blue) = 14+85+124=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E557C is #F1AA83. Grayscale: #434343. Windows color (decimal): -15837828 or 8148238. OLE color: 8148238.

HSL color Cylindrical-coordinate representation of color #0E557C: hue angle of 201.27º 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 #0E557C is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 85 124 -
CMYK 0.89 0.31 0 0.51
HSL 201.27º 0.8% 0.27% -
HSV(B) 201.27º 0.89% 0.49% -
XYZ 7.07 8.05 20.25 -
YUV 68.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 14 85 124 0.89 0.31 0 0.51 201.27 0.8 0.27
Hex E 55 7C 59 1F 0 33 C9 50 1B
Octal 16 125 174 131 37 0 63 311 120 33
Binary 1110 1010101 1111100 1011001 11111 0 110011 11001001 1010000 11011

Color Harmonies of #0E557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E557C

Black with #0E557C

Text Example


Text Example

White with #0E557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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