#13519E

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

Shades of Cobalt #13519E

Tints of Cobalt #13519E

Color information

#13519E (or 0x13519E) is unknown color: approx Cobalt. HEX triplet: 13, 51 and 9E. RGB value is (19,81,158). Sum of RGB (Red+Green+Blue) = 19+81+158=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #13519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13519E is #ECAE61. Grayscale: #464646. Windows color (decimal): -15511138 or 10375443. OLE color: 10375443.

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

Color convert

RGB1981158-
CMYK0.880.4900.38
HSL213.24º78.53%34.71%-
HSV(B)213.24º87.97%61.96%-
XYZ9.388.4933.49-
YUV71.24176.9690.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=7.36%
G=31.40%
B=61.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19811580.880.4900.38213.2478.5334.71
Hex13519E5831026d54f23
Octal231212361306104632511743
Binary1001110100011001111010110001100010100110110101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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