#1768D2

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

Shades of Denim #1768D2

Tints of Denim #1768D2

Color information

#1768D2 (or 0x1768D2) is unknown color: approx Denim. HEX triplet: 17, 68 and D2. RGB value is (23,104,210). Sum of RGB (Red+Green+Blue) = 23+104+210=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 210 (82.42% from 255 or 62.31% from 337); Max value from RGB is 210 - color contains mainly: blue. Hex color #1768D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768D2 is #E8972D. Grayscale: #5B5B5B. Windows color (decimal): -15243054 or 13789207. OLE color: 13789207.

HSL color Cylindrical-coordinate representation of color #1768D2: hue angle of 214.01º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1768D2 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB23104210-
CMYK0.890.5000.18
HSL214.01º80.26%45.69%-
HSV(B)214.01º89.05%82.35%-
XYZ16.9414.7462.92-
YUV91.86194.6678.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.82%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 210 (82.42% from 255) = 62.31%
R=6.82%
G=30.86%
B=62.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal231042100.890.5000.18214.0180.2645.69
Hex1768D25932012d6502e
Octal271503221316202232612056
Binary101111101000110100101011001110010010010110101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1768D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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