Html Css Color HEX #13539D Cobalt

📋 copy color: '#13539D'

red 19 ◦ green 83 ◦ blue 157

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

Shades of Cobalt #13539D

Tints of Cobalt #13539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 7.34%
G = 32.05%
B = 60.62%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13539D (or 0x13539D) is known color: Cobalt. HEX triplet: 13, 53 and 9D. RGB value is (19,83,157). Sum of RGB (Red+Green+Blue) = 19+83+157=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #13539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13539D is #ECAC62. Grayscale: #474747. Windows color (decimal): -15510627 or 10310419. OLE color: 10310419.

HSL color Cylindrical-coordinate representation of color #13539D: hue angle of 212.17º degrees, saturation: 0.78, 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 #13539D is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 83 157 -
CMYK 0.88 0.47 0 0.38
HSL 212.17º 0.78% 0.35% -
HSV(B) 212.17º 0.88% 0.62% -
XYZ 9.45 8.76 33.09 -
YUV 72.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 19 83 157 0.88 0.47 0 0.38 212.17 0.78 0.35
Hex 13 53 9D 58 2F 0 26 D4 4E 23
Octal 23 123 235 130 57 0 46 324 116 43
Binary 10011 1010011 10011101 1011000 101111 0 100110 11010100 1001110 100011

Color Harmonies of #13539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13539D

Black with #13539D

Text Example


Text Example

White with #13539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13539D; }

 p { color: rgb(19,83,157); }

 H1.HeaderClassName
 {
   color: #13539D;
 }
 .AnyTagClassName
 {
   color: #13539D;
 }
</style>

background-color css

<style>
 a { background-color: #13539D; }

 a { background-color: rgb(19,83,157); }

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

border-color css

<style>
 span { border-color: #13539D; }

 span { border-color: rgb(19,83,157); }

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