#1768CA

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

Shades of Denim #1768CA

Tints of Denim #1768CA

Color information

#1768CA (or 0x1768CA) is unknown color: approx Denim. HEX triplet: 17, 68 and CA. RGB value is (23,104,202). Sum of RGB (Red+Green+Blue) = 23+104+202=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #1768CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768CA is #E89735. Grayscale: #5A5A5A. Windows color (decimal): -15243062 or 13264919. OLE color: 13264919.

HSL color Cylindrical-coordinate representation of color #1768CA: hue angle of 212.85º 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 #1768CA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23104202-
CMYK0.890.4900.21
HSL212.85º79.56%44.12%-
HSV(B)212.85º88.61%79.22%-
XYZ15.9614.3557.8-
YUV90.95190.6679.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.99%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=6.99%
G=31.61%
B=61.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231042020.890.4900.21212.8579.5644.12
Hex1768CA5931015d5502c
Octal271503121316102532512054
Binary101111101000110010101011001110001010101110101011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1768CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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