Html Css Color HEX #1556A0 Cobalt

📋 copy color: '#1556A0'

red 21 ◦ green 86 ◦ blue 160

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

Shades of Cobalt #1556A0

Tints of Cobalt #1556A0

RGB

 RED value IS 21 (8.59% from 255) = 7.87%

 GREEN value IS 86 (33.98% from 255) = 32.21%

 BLUE value IS 160 (62.89% from 255) = 59.93%

R = 7.87%
G = 32.21%
B = 59.93%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1556A0 (or 0x1556A0) is known color: Cobalt. HEX triplet: 15, 56 and A0. RGB value is (21,86,160). Sum of RGB (Red+Green+Blue) = 21+86+160=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #1556A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1556A0 is #EAA95F. Grayscale: #4A4A4A. Windows color (decimal): -15378784 or 10507797. OLE color: 10507797.

HSL color Cylindrical-coordinate representation of color #1556A0: hue angle of 211.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1556A0 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 86 160 -
CMYK 0.87 0.46 0 0.37
HSL 211.94º 0.77% 0.35% -
HSV(B) 211.94º 0.87% 0.63% -
XYZ 9.98 9.35 34.54 -
YUV 75 175.97 89.48 -
System Red Green Blue C M Y K H S L
Decimal 21 86 160 0.87 0.46 0 0.37 211.94 0.77 0.35
Hex 15 56 A0 57 2E 0 25 D4 4D 23
Octal 25 126 240 127 56 0 45 324 115 43
Binary 10101 1010110 10100000 1010111 101110 0 100101 11010100 1001101 100011

Color Harmonies of #1556A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556A0

Black with #1556A0

Text Example


Text Example

White with #1556A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1556A0; }

 p { color: rgb(21,86,160); }

 H1.HeaderClassName
 {
   color: #1556A0;
 }
 .AnyTagClassName
 {
   color: #1556A0;
 }
</style>

background-color css

<style>
 a { background-color: #1556A0; }

 a { background-color: rgb(21,86,160); }

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

border-color css

<style>
 span { border-color: #1556A0; }

 span { border-color: rgb(21,86,160); }

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