Html Css Color HEX #1571AF Denim

📋 copy color: '#1571AF'

red 21 ◦ green 113 ◦ blue 175

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

Shades of Denim #1571AF

Tints of Denim #1571AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 6.8%
G = 36.57%
B = 56.63%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1571AF (or 0x1571AF) is known color: Denim. HEX triplet: 15, 71 and AF. RGB value is (21,113,175). Sum of RGB (Red+Green+Blue) = 21+113+175=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #1571AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1571AF is #EA8E50. Grayscale: #5C5C5C. Windows color (decimal): -15371857 or 11497749. OLE color: 11497749.

HSL color Cylindrical-coordinate representation of color #1571AF: hue angle of 204.16º 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 #1571AF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 113 175 -
CMYK 0.88 0.35 0 0.31
HSL 204.16º 0.79% 0.38% -
HSV(B) 204.16º 0.88% 0.69% -
XYZ 13.95 15.06 42.73 -
YUV 92.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 21 113 175 0.88 0.35 0 0.31 204.16 0.79 0.38
Hex 15 71 AF 58 23 0 1F CC 4F 26
Octal 25 161 257 130 43 0 37 314 117 46
Binary 10101 1110001 10101111 1011000 100011 0 11111 11001100 1001111 100110

Color Harmonies of #1571AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1571AF

Black with #1571AF

Text Example


Text Example

White with #1571AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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