Html Css Color HEX #1571BF Denim

📋 copy color: '#1571BF'

red 21 ◦ green 113 ◦ blue 191

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

Shades of Denim #1571BF

Tints of Denim #1571BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.77%

R = 6.46%
G = 34.77%
B = 58.77%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1571BF (or 0x1571BF) is known color: Denim. HEX triplet: 15, 71 and BF. RGB value is (21,113,191). Sum of RGB (Red+Green+Blue) = 21+113+191=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #1571BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1571BF is #EA8E40. Grayscale: #5D5D5D. Windows color (decimal): -15371841 or 12546325. OLE color: 12546325.

HSL color Cylindrical-coordinate representation of color #1571BF: hue angle of 207.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1571BF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 113 191 -
CMYK 0.89 0.41 0 0.25
HSL 207.53º 0.8% 0.42% -
HSV(B) 207.53º 0.89% 0.75% -
XYZ 15.62 15.73 51.5 -
YUV 94.38 182.52 75.66 -
System Red Green Blue C M Y K H S L
Decimal 21 113 191 0.89 0.41 0 0.25 207.53 0.8 0.42
Hex 15 71 BF 59 29 0 19 D0 50 2A
Octal 25 161 277 131 51 0 31 320 120 52
Binary 10101 1110001 10111111 1011001 101001 0 11001 11010000 1010000 101010

Color Harmonies of #1571BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1571BF

Black with #1571BF

Text Example


Text Example

White with #1571BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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