Html Css Color HEX #1764AE Denim

📋 copy color: '#1764AE'

red 23 ◦ green 100 ◦ blue 174

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

Shades of Denim #1764AE

Tints of Denim #1764AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 174 (68.36% from 255) = 58.59%

R = 7.74%
G = 33.67%
B = 58.59%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1764AE (or 0x1764AE) is known color: Denim. HEX triplet: 17, 64 and AE. RGB value is (23,100,174). Sum of RGB (Red+Green+Blue) = 23+100+174=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #1764AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1764AE is #E89B51. Grayscale: #555555. Windows color (decimal): -15244114 or 11428887. OLE color: 11428887.

HSL color Cylindrical-coordinate representation of color #1764AE: hue angle of 209.4º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1764AE is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 100 174 -
CMYK 0.87 0.43 0 0.32
HSL 209.4º 0.77% 0.39% -
HSV(B) 209.4º 0.87% 0.68% -
XYZ 12.55 12.35 41.77 -
YUV 85.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 23 100 174 0.87 0.43 0 0.32 209.4 0.77 0.39
Hex 17 64 AE 57 2B 0 20 D1 4D 27
Octal 27 144 256 127 53 0 40 321 115 47
Binary 10111 1100100 10101110 1010111 101011 0 100000 11010001 1001101 100111

Color Harmonies of #1764AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1764AE

Black with #1764AE

Text Example


Text Example

White with #1764AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1764AE; }

 p { color: rgb(23,100,174); }

 H1.HeaderClassName
 {
   color: #1764AE;
 }
 .AnyTagClassName
 {
   color: #1764AE;
 }
</style>

background-color css

<style>
 a { background-color: #1764AE; }

 a { background-color: rgb(23,100,174); }

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

border-color css

<style>
 span { border-color: #1764AE; }

 span { border-color: rgb(23,100,174); }

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