#2169BE

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

Shades of Denim #2169BE

Tints of Denim #2169BE

Color information

#2169BE (or 0x2169BE) is unknown color: approx Denim. HEX triplet: 21, 69 and BE. RGB value is (33,105,190). Sum of RGB (Red+Green+Blue) = 33+105+190=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #2169BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2169BE is #DE9641. Grayscale: #5C5C5C. Windows color (decimal): -14587458 or 12478753. OLE color: 12478753.

HSL color Cylindrical-coordinate representation of color #2169BE: hue angle of 212.48º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2169BE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33105190-
CMYK0.830.4500.25
HSL212.48º70.4%43.73%-
HSV(B)212.48º82.63%74.51%-
XYZ14.9714.1450.66-
YUV93.16182.6585.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 190 (74.61% from 255) = 57.93%
R=10.06%
G=32.01%
B=57.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331051900.830.4500.25212.4870.443.73
Hex2169BE532D019d4462c
Octal411512761235503132410654
Binary1000011101001101111101010011101101011001110101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2169BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2169BE; }

 p { color: rgb(33,105,190); }

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

<style>
 a { background-color: #2169BE; }

 a { background-color: rgb(33,105,190); }

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

<style>
 span { border-color: #2169BE; }

 span { border-color: rgb(33,105,190); }

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