Html Css Color HEX #13489B Cobalt

📋 copy color: '#13489B'

red 19 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #13489B

Tints of Cobalt #13489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 7.72%
G = 29.27%
B = 63.01%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13489B (or 0x13489B) is known color: Cobalt. HEX triplet: 13, 48 and 9B. RGB value is (19,72,155). Sum of RGB (Red+Green+Blue) = 19+72+155=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #13489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13489B is #ECB764. Grayscale: #414141. Windows color (decimal): -15513445 or 10176531. OLE color: 10176531.

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

Color convert

RGB 19 72 155 -
CMYK 0.88 0.54 0 0.39
HSL 216.62º 0.78% 0.34% -
HSV(B) 216.62º 0.88% 0.61% -
XYZ 8.5 7.14 31.94 -
YUV 65.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 19 72 155 0.88 0.54 0 0.39 216.62 0.78 0.34
Hex 13 48 9B 58 36 0 27 D9 4E 22
Octal 23 110 233 130 66 0 47 331 116 42
Binary 10011 1001000 10011011 1011000 110110 0 100111 11011001 1001110 100010

Color Harmonies of #13489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13489B

Black with #13489B

Text Example


Text Example

White with #13489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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