Html Css Color HEX #200ABA Medium Blue

📋 copy color: '#200ABA'

red 32 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #200ABA

Tints of Medium Blue #200ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

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

R = 14.04%
G = 4.39%
B = 81.58%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#200ABA (or 0x200ABA) is known color: Medium Blue. HEX triplet: 20, 0A and BA. RGB value is (32,10,186). Sum of RGB (Red+Green+Blue) = 32+10+186=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #200ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ABA is #DFF545. Grayscale: #232323. Windows color (decimal): -14677318 or 12192288. OLE color: 12192288.

HSL color Cylindrical-coordinate representation of color #200ABA: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200ABA is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 10 186 -
CMYK 0.83 0.95 0 0.27
HSL 247.5º 0.9% 0.38% -
HSV(B) 247.5º 0.95% 0.73% -
XYZ 9.57 4.07 46.74 -
YUV 36.64 212.29 124.69 -
System Red Green Blue C M Y K H S L
Decimal 32 10 186 0.83 0.95 0 0.27 247.5 0.9 0.38
Hex 20 A BA 53 5F 0 1B F8 5A 26
Octal 40 12 272 123 137 0 33 370 132 46
Binary 100000 1010 10111010 1010011 1011111 0 11011 11111000 1011010 100110

Color Harmonies of #200ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200ABA

Black with #200ABA

Text Example


Text Example

White with #200ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200ABA; }

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

 H1.HeaderClassName
 {
   color: #200ABA;
 }
 .AnyTagClassName
 {
   color: #200ABA;
 }
</style>

background-color css

<style>
 a { background-color: #200ABA; }

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

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

border-color css

<style>
 span { border-color: #200ABA; }

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

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