#13569E

Color #13569E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #13569E

Tints of Cobalt #13569E

Color information

#13569E (or 0x13569E) is unknown color: approx Cobalt. HEX triplet: 13, 56 and 9E. RGB value is (19,86,158). Sum of RGB (Red+Green+Blue) = 19+86+158=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #13569E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13569E is #ECA961. Grayscale: #494949. Windows color (decimal): -15509858 or 10376723. OLE color: 10376723.

HSL color Cylindrical-coordinate representation of color #13569E: hue angle of 211.08º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13569E is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1986158-
CMYK0.880.4600.38
HSL211.08º78.53%34.71%-
HSV(B)211.08º87.97%61.96%-
XYZ9.779.2633.62-
YUV74.18175.388.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=7.22%
G=32.70%
B=60.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19861580.880.4600.38211.0878.5334.71
Hex13569E582E026d34f23
Octal231262361305604632311743
Binary1001110101101001111010110001011100100110110100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13569E; }

 p { color: rgb(19,86,158); }

 H1.HeaderClassName
 {
   color: #13569E;
 }
 .AnyTagClassName
 {
   color: #13569E;
 }
</style>
background-color css

<style>
 a { background-color: #13569E; }

 a { background-color: rgb(19,86,158); }

 div.DivClassName
 {
   background-color: #13569E;
 }
 .BgClassName
 {
   background-color: #13569E;
 }
</style>
border-color css

<style>
 span { border-color: #13569E; }

 span { border-color: rgb(19,86,158); }

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