Html Css Color HEX #2076BE Denim

📋 copy color: '#2076BE'

red 32 ◦ green 118 ◦ blue 190

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

Shades of Denim #2076BE

Tints of Denim #2076BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 9.41%
G = 34.71%
B = 55.88%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2076BE (or 0x2076BE) is known color: Denim. HEX triplet: 20, 76 and BE. RGB value is (32,118,190). Sum of RGB (Red+Green+Blue) = 32+118+190=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #2076BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076BE is #DF8941. Grayscale: #646464. Windows color (decimal): -14649666 or 12482080. OLE color: 12482080.

HSL color Cylindrical-coordinate representation of color #2076BE: hue angle of 207.34º degrees, saturation: 0.71, 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 #2076BE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 118 190 -
CMYK 0.83 0.38 0 0.25
HSL 207.34º 0.71% 0.44% -
HSV(B) 207.34º 0.83% 0.75% -
XYZ 16.37 16.98 51.13 -
YUV 100.49 178.51 79.15 -
System Red Green Blue C M Y K H S L
Decimal 32 118 190 0.83 0.38 0 0.25 207.34 0.71 0.44
Hex 20 76 BE 53 26 0 19 CF 47 2C
Octal 40 166 276 123 46 0 31 317 107 54
Binary 100000 1110110 10111110 1010011 100110 0 11001 11001111 1000111 101100

Color Harmonies of #2076BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076BE

Black with #2076BE

Text Example


Text Example

White with #2076BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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