Html Css Color HEX #1559CC Denim

📋 copy color: '#1559CC'

red 21 ◦ green 89 ◦ blue 204

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

Shades of Denim #1559CC

Tints of Denim #1559CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 6.69%
G = 28.34%
B = 64.97%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1559CC (or 0x1559CC) is known color: Denim. HEX triplet: 15, 59 and CC. RGB value is (21,89,204). Sum of RGB (Red+Green+Blue) = 21+89+204=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #1559CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559CC is #EAA633. Grayscale: #515151. Windows color (decimal): -15377972 or 13392149. OLE color: 13392149.

HSL color Cylindrical-coordinate representation of color #1559CC: hue angle of 217.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1559CC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 89 204 -
CMYK 0.90 0.56 0 0.2
HSL 217.7º 0.81% 0.44% -
HSV(B) 217.7º 0.9% 0.8% -
XYZ 14.78 11.66 58.6 -
YUV 81.78 196.97 84.65 -
System Red Green Blue C M Y K H S L
Decimal 21 89 204 0.90 0.56 0 0.2 217.7 0.81 0.44
Hex 15 59 CC 5A 38 0 14 DA 51 2C
Octal 25 131 314 132 70 0 24 332 121 54
Binary 10101 1011001 11001100 1011010 111000 0 10100 11011010 1010001 101100

Color Harmonies of #1559CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1559CC

Black with #1559CC

Text Example


Text Example

White with #1559CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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