Html Css Color HEX #13529C Cobalt

📋 copy color: '#13529C'

red 19 ◦ green 82 ◦ blue 156

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

Shades of Cobalt #13529C

Tints of Cobalt #13529C

RGB

 RED value IS 19 (7.81% from 255) = 7.39%

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 7.39%
G = 31.91%
B = 60.7%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13529C (or 0x13529C) is known color: Cobalt. HEX triplet: 13, 52 and 9C. RGB value is (19,82,156). Sum of RGB (Red+Green+Blue) = 19+82+156=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #13529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13529C is #ECAD63. Grayscale: #474747. Windows color (decimal): -15510884 or 10244627. OLE color: 10244627.

HSL color Cylindrical-coordinate representation of color #13529C: hue angle of 212.41º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13529C is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 82 156 -
CMYK 0.88 0.47 0 0.39
HSL 212.41º 0.78% 0.34% -
HSV(B) 212.41º 0.88% 0.61% -
XYZ 9.29 8.57 32.62 -
YUV 71.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 19 82 156 0.88 0.47 0 0.39 212.41 0.78 0.34
Hex 13 52 9C 58 2F 0 27 D4 4E 22
Octal 23 122 234 130 57 0 47 324 116 42
Binary 10011 1010010 10011100 1011000 101111 0 100111 11010100 1001110 100010

Color Harmonies of #13529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13529C

Black with #13529C

Text Example


Text Example

White with #13529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13529C;
 }
 .AnyTagClassName
 {
   color: #13529C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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