Html Css Color HEX #13479D Cobalt

📋 copy color: '#13479D'

red 19 ◦ green 71 ◦ blue 157

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

Shades of Cobalt #13479D

Tints of Cobalt #13479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 7.69%
G = 28.74%
B = 63.56%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13479D (or 0x13479D) is known color: Cobalt. HEX triplet: 13, 47 and 9D. RGB value is (19,71,157). Sum of RGB (Red+Green+Blue) = 19+71+157=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #13479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13479D is #ECB862. Grayscale: #404040. Windows color (decimal): -15513699 or 10307347. OLE color: 10307347.

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

Color convert

RGB 19 71 157 -
CMYK 0.88 0.55 0 0.38
HSL 217.39º 0.78% 0.35% -
HSV(B) 217.39º 0.88% 0.62% -
XYZ 8.61 7.08 32.81 -
YUV 65.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 19 71 157 0.88 0.55 0 0.38 217.39 0.78 0.35
Hex 13 47 9D 58 37 0 26 D9 4E 23
Octal 23 107 235 130 67 0 46 331 116 43
Binary 10011 1000111 10011101 1011000 110111 0 100110 11011001 1001110 100011

Color Harmonies of #13479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13479D

Black with #13479D

Text Example


Text Example

White with #13479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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