Html Css Color HEX #1561CC Denim

📋 copy color: '#1561CC'

red 21 ◦ green 97 ◦ blue 204

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

Shades of Denim #1561CC

Tints of Denim #1561CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

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

R = 6.52%
G = 30.12%
B = 63.35%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1561CC (or 0x1561CC) is known color: Denim. HEX triplet: 15, 61 and CC. RGB value is (21,97,204). Sum of RGB (Red+Green+Blue) = 21+97+204=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1561CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561CC is #EA9E33. Grayscale: #555555. Windows color (decimal): -15375924 or 13394197. OLE color: 13394197.

HSL color Cylindrical-coordinate representation of color #1561CC: hue angle of 215.08º 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 #1561CC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 97 204 -
CMYK 0.90 0.52 0 0.2
HSL 215.08º 0.81% 0.44% -
HSV(B) 215.08º 0.9% 0.8% -
XYZ 15.48 13.07 58.83 -
YUV 86.47 194.32 81.3 -
System Red Green Blue C M Y K H S L
Decimal 21 97 204 0.90 0.52 0 0.2 215.08 0.81 0.44
Hex 15 61 CC 5A 34 0 14 D7 51 2C
Octal 25 141 314 132 64 0 24 327 121 54
Binary 10101 1100001 11001100 1011010 110100 0 10100 11010111 1010001 101100

Color Harmonies of #1561CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561CC

Black with #1561CC

Text Example


Text Example

White with #1561CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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