Html Css Color HEX #0E559D Cobalt

📋 copy color: '#0E559D'

red 14 ◦ green 85 ◦ blue 157

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

Shades of Cobalt #0E559D

Tints of Cobalt #0E559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 5.47%
G = 33.2%
B = 61.33%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E559D (or 0x0E559D) is known color: Cobalt. HEX triplet: 0E, 55 and 9D. RGB value is (14,85,157). Sum of RGB (Red+Green+Blue) = 14+85+157=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E559D is #F1AA62. Grayscale: #474747. Windows color (decimal): -15837795 or 10310926. OLE color: 10310926.

HSL color Cylindrical-coordinate representation of color #0E559D: hue angle of 210.21º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E559D is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 85 157 -
CMYK 0.91 0.46 0 0.38
HSL 210.21º 0.84% 0.34% -
HSV(B) 210.21º 0.91% 0.62% -
XYZ 9.52 9.02 33.14 -
YUV 71.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 14 85 157 0.91 0.46 0 0.38 210.21 0.84 0.34
Hex E 55 9D 5B 2E 0 26 D2 54 22
Octal 16 125 235 133 56 0 46 322 124 42
Binary 1110 1010101 10011101 1011011 101110 0 100110 11010010 1010100 100010

Color Harmonies of #0E559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E559D

Black with #0E559D

Text Example


Text Example

White with #0E559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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