Html Css Color HEX #2076BA Denim

📋 copy color: '#2076BA'

red 32 ◦ green 118 ◦ blue 186

#2076BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #2076BA

Tints of Denim #2076BA

RGB

 RED value IS 32 (12.89% from 255) = 9.52%

 GREEN value IS 118 (46.48% from 255) = 35.12%

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 9.52%
G = 35.12%
B = 55.36%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2076BA (or 0x2076BA) is known color: Denim. HEX triplet: 20, 76 and BA. RGB value is (32,118,186). Sum of RGB (Red+Green+Blue) = 32+118+186=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2076BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076BA is #DF8945. Grayscale: #636363. Windows color (decimal): -14649670 or 12219936. OLE color: 12219936.

HSL color Cylindrical-coordinate representation of color #2076BA: hue angle of 206.49º 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 #2076BA is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 118 186 -
CMYK 0.83 0.37 0 0.27
HSL 206.49º 0.71% 0.43% -
HSV(B) 206.49º 0.83% 0.73% -
XYZ 15.94 16.81 48.86 -
YUV 100.04 176.51 79.47 -
System Red Green Blue C M Y K H S L
Decimal 32 118 186 0.83 0.37 0 0.27 206.49 0.71 0.43
Hex 20 76 BA 53 25 0 1B CE 47 2B
Octal 40 166 272 123 45 0 33 316 107 53
Binary 100000 1110110 10111010 1010011 100101 0 11011 11001110 1000111 101011

Color Harmonies of #2076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076BA

Black with #2076BA

Text Example


Text Example

White with #2076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2076BA;
 }
 .AnyTagClassName
 {
   color: #2076BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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