#1968C9

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

Shades of Denim #1968C9

Tints of Denim #1968C9

Color information

#1968C9 (or 0x1968C9) is unknown color: approx Denim. HEX triplet: 19, 68 and C9. RGB value is (25,104,201). Sum of RGB (Red+Green+Blue) = 25+104+201=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #1968C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968C9 is #E69736. Grayscale: #5A5A5A. Windows color (decimal): -15111991 or 13199385. OLE color: 13199385.

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

Color convert

RGB25104201-
CMYK0.880.4800.21
HSL213.07º77.88%44.31%-
HSV(B)213.07º87.56%78.82%-
XYZ15.8914.3257.19-
YUV91.44189.8380.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.58%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 201 (78.91% from 255) = 60.91%
R=7.58%
G=31.52%
B=60.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251042010.880.4800.21213.0777.8844.31
Hex1968C95830015d54e2c
Octal311503111306002532511654
Binary110011101000110010011011000110000010101110101011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1968C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1968C9; }

 p { color: rgb(25,104,201); }

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

<style>
 a { background-color: #1968C9; }

 a { background-color: rgb(25,104,201); }

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

<style>
 span { border-color: #1968C9; }

 span { border-color: rgb(25,104,201); }

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