#1968d1

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

Shades of Denim #1968D1

Tints of Denim #1968D1

Color information

#1968D1 (or 0x1968D1) is unknown color: approx Denim. HEX triplet: 19, 68 and D1. RGB value is (25,104,209). Sum of RGB (Red+Green+Blue) = 25+104+209=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #1968D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968D1 is #E6972E. Grayscale: #5B5B5B. Windows color (decimal): -15111983 or 13723673. OLE color: 13723673.

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

Color convert

RGB25104209-
CMYK0.880.5000.18
HSL214.24º78.63%45.88%-
HSV(B)214.24º88.04%81.96%-
XYZ16.8614.7162.27-
YUV92.35193.8379.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.40%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=7.40%
G=30.77%
B=61.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal251042090.880.5000.18214.2478.6345.88
Hex1968D15832012d64f2e
Octal311503211306202232611756
Binary110011101000110100011011000110010010010110101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1968d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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