#2166CA

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

Shades of Denim #2166CA

Tints of Denim #2166CA

Color information

#2166CA (or 0x2166CA) is unknown color: approx Denim. HEX triplet: 21, 66 and CA. RGB value is (33,102,202). Sum of RGB (Red+Green+Blue) = 33+102+202=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #2166CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2166CA is #DE9935. Grayscale: #5C5C5C. Windows color (decimal): -14588214 or 13264417. OLE color: 13264417.

HSL color Cylindrical-coordinate representation of color #2166CA: hue angle of 215.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2166CA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33102202-
CMYK0.840.5000.21
HSL215.5º71.91%46.08%-
HSV(B)215.5º83.66%79.22%-
XYZ16.0414.0957.75-
YUV92.77189.6485.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.79%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 202 (79.30% from 255) = 59.94%
R=9.79%
G=30.27%
B=59.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331022020.840.5000.21215.571.9146.08
Hex2166CA5432015d8482e
Octal411463121246202533011056
Binary1000011100110110010101010100110010010101110110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,102,202); }

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

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

 a { background-color: rgb(33,102,202); }

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

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

 span { border-color: rgb(33,102,202); }

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