#1764ce

Color #1764CE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1764CE

Tints of Denim #1764CE

Color information

#1764CE (or 0x1764CE) is unknown color: approx Denim. HEX triplet: 17, 64 and CE. RGB value is (23,100,206). Sum of RGB (Red+Green+Blue) = 23+100+206=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #1764CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764CE is #E89B31. Grayscale: #585858. Windows color (decimal): -15244082 or 13526039. OLE color: 13526039.

HSL color Cylindrical-coordinate representation of color #1764CE: hue angle of 214.75º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1764CE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB23100206-
CMYK0.890.5100.19
HSL214.75º79.91%44.9%-
HSV(B)214.75º88.83%80.78%-
XYZ16.0513.7560.2-
YUV89.06193.9980.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.99%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 206 (80.86% from 255) = 62.61%
R=6.99%
G=30.40%
B=62.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal231002060.890.5100.19214.7579.9144.9
Hex1764CE5933013d7502d
Octal271443161316302332712055
Binary101111100100110011101011001110011010011110101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1764ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1764ce;
 }
 .AnyTagClassName
 {
   color: #1764ce;
 }
</style>
background-color css

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

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

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

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

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

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