#13529E

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

Shades of Cobalt #13529E

Tints of Cobalt #13529E

Color information

#13529E (or 0x13529E) is unknown color: approx Cobalt. HEX triplet: 13, 52 and 9E. RGB value is (19,82,158). Sum of RGB (Red+Green+Blue) = 19+82+158=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #13529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13529E is #ECAD61. Grayscale: #474747. Windows color (decimal): -15510882 or 10375699. OLE color: 10375699.

HSL color Cylindrical-coordinate representation of color #13529E: hue angle of 212.81º 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 #13529E is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1982158-
CMYK0.880.4800.38
HSL212.81º78.53%34.71%-
HSV(B)212.81º87.97%61.96%-
XYZ9.468.6433.52-
YUV71.83176.6390.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=7.34%
G=31.66%
B=61.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19821580.880.4800.38212.8178.5334.71
Hex13529E5830026d54f23
Octal231222361306004632511743
Binary1001110100101001111010110001100000100110110101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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