Html Css Color HEX #206EBC Denim

📋 copy color: '#206EBC'

red 32 ◦ green 110 ◦ blue 188

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

Shades of Denim #206EBC

Tints of Denim #206EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 9.7%
G = 33.33%
B = 56.97%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#206EBC (or 0x206EBC) is known color: Denim. HEX triplet: 20, 6E and BC. RGB value is (32,110,188). Sum of RGB (Red+Green+Blue) = 32+110+188=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #206EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206EBC is #DF9143. Grayscale: #5F5F5F. Windows color (decimal): -14651716 or 12348960. OLE color: 12348960.

HSL color Cylindrical-coordinate representation of color #206EBC: hue angle of 210º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206EBC is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 110 188 -
CMYK 0.83 0.41 0 0.26
HSL 210º 0.71% 0.43% -
HSV(B) 210º 0.83% 0.74% -
XYZ 15.25 15.09 49.69 -
YUV 95.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 32 110 188 0.83 0.41 0 0.26 210 0.71 0.43
Hex 20 6E BC 53 29 0 1A D2 47 2B
Octal 40 156 274 123 51 0 32 322 107 53
Binary 100000 1101110 10111100 1010011 101001 0 11010 11010010 1000111 101011

Color Harmonies of #206EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206EBC

Black with #206EBC

Text Example


Text Example

White with #206EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206EBC; }

 p { color: rgb(32,110,188); }

 H1.HeaderClassName
 {
   color: #206EBC;
 }
 .AnyTagClassName
 {
   color: #206EBC;
 }
</style>

background-color css

<style>
 a { background-color: #206EBC; }

 a { background-color: rgb(32,110,188); }

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

border-color css

<style>
 span { border-color: #206EBC; }

 span { border-color: rgb(32,110,188); }

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