#1768C7

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

Shades of Denim #1768C7

Tints of Denim #1768C7

Color information

#1768C7 (or 0x1768C7) is unknown color: approx Denim. HEX triplet: 17, 68 and C7. RGB value is (23,104,199). Sum of RGB (Red+Green+Blue) = 23+104+199=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #1768C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768C7 is #E89738. Grayscale: #5A5A5A. Windows color (decimal): -15243065 or 13068311. OLE color: 13068311.

HSL color Cylindrical-coordinate representation of color #1768C7: hue angle of 212.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1768C7 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB23104199-
CMYK0.880.4800.22
HSL212.39º79.28%43.53%-
HSV(B)212.39º88.44%78.04%-
XYZ15.6114.2155.95-
YUV90.61189.1679.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.06%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 199 (78.12% from 255) = 61.04%
R=7.06%
G=31.90%
B=61.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal231041990.880.4800.22212.3979.2843.53
Hex1768C75830016d44f2c
Octal271503071306002632411754
Binary101111101000110001111011000110000010110110101001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1768C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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