#13509E

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

Shades of Cobalt #13509E

Tints of Cobalt #13509E

Color information

#13509E (or 0x13509E) is unknown color: approx Cobalt. HEX triplet: 13, 50 and 9E. RGB value is (19,80,158). Sum of RGB (Red+Green+Blue) = 19+80+158=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #13509E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13509E is #ECAF61. Grayscale: #464646. Windows color (decimal): -15511394 or 10375187. OLE color: 10375187.

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

Color convert

RGB1980158-
CMYK0.880.4900.38
HSL213.67º78.53%34.71%-
HSV(B)213.67º87.97%61.96%-
XYZ9.318.3433.47-
YUV70.65177.2991.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.39%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=7.39%
G=31.13%
B=61.48%

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
Decimal19801580.880.4900.38213.6778.5334.71
Hex13509E5831026d64f23
Octal231202361306104632611743
Binary1001110100001001111010110001100010100110110101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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