Html Css Color HEX #1561AF Denim

📋 copy color: '#1561AF'

red 21 ◦ green 97 ◦ blue 175

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

Shades of Denim #1561AF

Tints of Denim #1561AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.73%

R = 7.17%
G = 33.11%
B = 59.73%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1561AF (or 0x1561AF) is known color: Denim. HEX triplet: 15, 61 and AF. RGB value is (21,97,175). Sum of RGB (Red+Green+Blue) = 21+97+175=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #1561AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1561AF is #EA9E50. Grayscale: #525252. Windows color (decimal): -15375953 or 11493653. OLE color: 11493653.

HSL color Cylindrical-coordinate representation of color #1561AF: hue angle of 210.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1561AF is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 97 175 -
CMYK 0.88 0.45 0 0.31
HSL 210.39º 0.79% 0.38% -
HSV(B) 210.39º 0.88% 0.69% -
XYZ 12.32 11.8 42.19 -
YUV 83.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 21 97 175 0.88 0.45 0 0.31 210.39 0.79 0.38
Hex 15 61 AF 58 2D 0 1F D2 4F 26
Octal 25 141 257 130 55 0 37 322 117 46
Binary 10101 1100001 10101111 1011000 101101 0 11111 11010010 1001111 100110

Color Harmonies of #1561AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561AF

Black with #1561AF

Text Example


Text Example

White with #1561AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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