Html Css Color HEX #13499B Cobalt

📋 copy color: '#13499B'

red 19 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #13499B

Tints of Cobalt #13499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.75%

R = 7.69%
G = 29.55%
B = 62.75%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13499B (or 0x13499B) is known color: Cobalt. HEX triplet: 13, 49 and 9B. RGB value is (19,73,155). Sum of RGB (Red+Green+Blue) = 19+73+155=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #13499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13499B is #ECB664. Grayscale: #414141. Windows color (decimal): -15513189 or 10176787. OLE color: 10176787.

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

Color convert

RGB 19 73 155 -
CMYK 0.88 0.53 0 0.39
HSL 216.18º 0.78% 0.34% -
HSV(B) 216.18º 0.88% 0.61% -
XYZ 8.57 7.27 31.96 -
YUV 66.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 19 73 155 0.88 0.53 0 0.39 216.18 0.78 0.34
Hex 13 49 9B 58 35 0 27 D8 4E 22
Octal 23 111 233 130 65 0 47 330 116 42
Binary 10011 1001001 10011011 1011000 110101 0 100111 11011000 1001110 100010

Color Harmonies of #13499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13499B

Black with #13499B

Text Example


Text Example

White with #13499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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