Html Css Color HEX #1559BA Denim

📋 copy color: '#1559BA'

red 21 ◦ green 89 ◦ blue 186

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

Shades of Denim #1559BA

Tints of Denim #1559BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 7.09%
G = 30.07%
B = 62.84%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1559BA (or 0x1559BA) is known color: Denim. HEX triplet: 15, 59 and BA. RGB value is (21,89,186). Sum of RGB (Red+Green+Blue) = 21+89+186=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #1559BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559BA is #EAA645. Grayscale: #4F4F4F. Windows color (decimal): -15377990 or 12212501. OLE color: 12212501.

HSL color Cylindrical-coordinate representation of color #1559BA: hue angle of 215.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1559BA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 89 186 -
CMYK 0.89 0.52 0 0.27
HSL 215.27º 0.8% 0.41% -
HSV(B) 215.27º 0.89% 0.73% -
XYZ 12.74 10.85 47.88 -
YUV 79.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 21 89 186 0.89 0.52 0 0.27 215.27 0.8 0.41
Hex 15 59 BA 59 34 0 1B D7 50 29
Octal 25 131 272 131 64 0 33 327 120 51
Binary 10101 1011001 10111010 1011001 110100 0 11011 11010111 1010000 101001

Color Harmonies of #1559BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1559BA

Black with #1559BA

Text Example


Text Example

White with #1559BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1559BA; }

 p { color: rgb(21,89,186); }

 H1.HeaderClassName
 {
   color: #1559BA;
 }
 .AnyTagClassName
 {
   color: #1559BA;
 }
</style>

background-color css

<style>
 a { background-color: #1559BA; }

 a { background-color: rgb(21,89,186); }

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

border-color css

<style>
 span { border-color: #1559BA; }

 span { border-color: rgb(21,89,186); }

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