#2062BA

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

Shades of Denim #2062BA

Tints of Denim #2062BA

Color information

#2062BA (or 0x2062BA) is unknown color: approx Denim. HEX triplet: 20, 62 and BA. RGB value is (32,98,186). Sum of RGB (Red+Green+Blue) = 32+98+186=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #2062BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062BA is #DF9D45. Grayscale: #575757. Windows color (decimal): -14654790 or 12214816. OLE color: 12214816.

HSL color Cylindrical-coordinate representation of color #2062BA: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2062BA is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3298186-
CMYK0.830.4700.27
HSL214.29º70.64%42.75%-
HSV(B)214.29º82.8%72.94%-
XYZ13.8312.5948.16-
YUV88.3183.1387.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=10.13%
G=31.01%
B=58.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32981860.830.4700.27214.2970.6442.75
Hex2062BA532F01Bd6472b
Octal401422721235703332610753
Binary1000001100010101110101010011101111011011110101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2062BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2062BA; }

 p { color: rgb(32,98,186); }

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

<style>
 a { background-color: #2062BA; }

 a { background-color: rgb(32,98,186); }

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

<style>
 span { border-color: #2062BA; }

 span { border-color: rgb(32,98,186); }

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