Html Css Color HEX #0E579C Cobalt

📋 copy color: '#0E579C'

red 14 ◦ green 87 ◦ blue 156

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

Shades of Cobalt #0E579C

Tints of Cobalt #0E579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 5.45%
G = 33.85%
B = 60.7%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E579C (or 0x0E579C) is known color: Cobalt. HEX triplet: 0E, 57 and 9C. RGB value is (14,87,156). Sum of RGB (Red+Green+Blue) = 14+87+156=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E579C is #F1A863. Grayscale: #484848. Windows color (decimal): -15837284 or 10245902. OLE color: 10245902.

HSL color Cylindrical-coordinate representation of color #0E579C: hue angle of 209.15º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E579C is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 87 156 -
CMYK 0.91 0.44 0 0.39
HSL 209.15º 0.84% 0.33% -
HSV(B) 209.15º 0.91% 0.61% -
XYZ 9.59 9.31 32.74 -
YUV 73.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 14 87 156 0.91 0.44 0 0.39 209.15 0.84 0.33
Hex E 57 9C 5B 2C 0 27 D1 54 21
Octal 16 127 234 133 54 0 47 321 124 41
Binary 1110 1010111 10011100 1011011 101100 0 100111 11010001 1010100 100001

Color Harmonies of #0E579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E579C

Black with #0E579C

Text Example


Text Example

White with #0E579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,156); }

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

background-color css

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

 a { background-color: rgb(14,87,156); }

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

border-color css

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

 span { border-color: rgb(14,87,156); }

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