Html Css Color HEX #13499D Cobalt

📋 copy color: '#13499D'

red 19 ◦ green 73 ◦ blue 157

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

Shades of Cobalt #13499D

Tints of Cobalt #13499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 7.63%
G = 29.32%
B = 63.05%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13499D (or 0x13499D) is known color: Cobalt. HEX triplet: 13, 49 and 9D. RGB value is (19,73,157). Sum of RGB (Red+Green+Blue) = 19+73+157=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #13499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13499D is #ECB662. Grayscale: #424242. Windows color (decimal): -15513187 or 10307859. OLE color: 10307859.

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

Color convert

RGB 19 73 157 -
CMYK 0.88 0.54 0 0.38
HSL 216.52º 0.78% 0.35% -
HSV(B) 216.52º 0.88% 0.62% -
XYZ 8.74 7.34 32.85 -
YUV 66.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 19 73 157 0.88 0.54 0 0.38 216.52 0.78 0.35
Hex 13 49 9D 58 36 0 26 D9 4E 23
Octal 23 111 235 130 66 0 46 331 116 43
Binary 10011 1001001 10011101 1011000 110110 0 100110 11011001 1001110 100011

Color Harmonies of #13499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13499D

Black with #13499D

Text Example


Text Example

White with #13499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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