Html Css Color HEX #1764CA Denim

📋 copy color: '#1764CA'

red 23 ◦ green 100 ◦ blue 202

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

Shades of Denim #1764CA

Tints of Denim #1764CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.15%

R = 7.08%
G = 30.77%
B = 62.15%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1764CA (or 0x1764CA) is known color: Denim. HEX triplet: 17, 64 and CA. RGB value is (23,100,202). Sum of RGB (Red+Green+Blue) = 23+100+202=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #1764CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764CA is #E89B35. Grayscale: #585858. Windows color (decimal): -15244086 or 13263895. OLE color: 13263895.

HSL color Cylindrical-coordinate representation of color #1764CA: hue angle of 214.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1764CA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 100 202 -
CMYK 0.89 0.50 0 0.21
HSL 214.19º 0.8% 0.44% -
HSV(B) 214.19º 0.89% 0.79% -
XYZ 15.57 13.56 57.67 -
YUV 88.61 191.99 81.21 -
System Red Green Blue C M Y K H S L
Decimal 23 100 202 0.89 0.50 0 0.21 214.19 0.8 0.44
Hex 17 64 CA 59 32 0 15 D6 50 2C
Octal 27 144 312 131 62 0 25 326 120 54
Binary 10111 1100100 11001010 1011001 110010 0 10101 11010110 1010000 101100

Color Harmonies of #1764CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1764CA

Black with #1764CA

Text Example


Text Example

White with #1764CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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