Html Css Color HEX #206ABB Denim

📋 copy color: '#206ABB'

red 32 ◦ green 106 ◦ blue 187

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

Shades of Denim #206ABB

Tints of Denim #206ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 9.85%
G = 32.62%
B = 57.54%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#206ABB (or 0x206ABB) is known color: Denim. HEX triplet: 20, 6A and BB. RGB value is (32,106,187). Sum of RGB (Red+Green+Blue) = 32+106+187=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #206ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206ABB is #DF9544. Grayscale: #5C5C5C. Windows color (decimal): -14652741 or 12282400. OLE color: 12282400.

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

Color convert

RGB 32 106 187 -
CMYK 0.83 0.43 0 0.27
HSL 211.35º 0.71% 0.43% -
HSV(B) 211.35º 0.83% 0.73% -
XYZ 14.72 14.2 48.98 -
YUV 93.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 32 106 187 0.83 0.43 0 0.27 211.35 0.71 0.43
Hex 20 6A BB 53 2B 0 1B D3 47 2B
Octal 40 152 273 123 53 0 33 323 107 53
Binary 100000 1101010 10111011 1010011 101011 0 11011 11010011 1000111 101011

Color Harmonies of #206ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206ABB

Black with #206ABB

Text Example


Text Example

White with #206ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,106,187); }

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

background-color css

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

 a { background-color: rgb(32,106,187); }

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

border-color css

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

 span { border-color: rgb(32,106,187); }

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