Html Css Color HEX #1771BF Denim

📋 copy color: '#1771BF'

red 23 ◦ green 113 ◦ blue 191

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

Shades of Denim #1771BF

Tints of Denim #1771BF

RGB

 RED value IS 23 (9.38% from 255) = 7.03%

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

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

R = 7.03%
G = 34.56%
B = 58.41%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1771BF (or 0x1771BF) is known color: Denim. HEX triplet: 17, 71 and BF. RGB value is (23,113,191). Sum of RGB (Red+Green+Blue) = 23+113+191=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #1771BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771BF is #E88E40. Grayscale: #5E5E5E. Windows color (decimal): -15240769 or 12546327. OLE color: 12546327.

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

Color convert

RGB 23 113 191 -
CMYK 0.88 0.41 0 0.25
HSL 207.86º 0.79% 0.42% -
HSV(B) 207.86º 0.88% 0.75% -
XYZ 15.66 15.75 51.51 -
YUV 94.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 23 113 191 0.88 0.41 0 0.25 207.86 0.79 0.42
Hex 17 71 BF 58 29 0 19 D0 4F 2A
Octal 27 161 277 130 51 0 31 320 117 52
Binary 10111 1110001 10111111 1011000 101001 0 11001 11010000 1001111 101010

Color Harmonies of #1771BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1771BF

Black with #1771BF

Text Example


Text Example

White with #1771BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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