#050ABA

Color #050ABA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #050ABA

Tints of Medium Blue #050ABA

Color information

#050ABA (or 0x050ABA) is unknown color: approx Medium Blue. HEX triplet: 05, 0A and BA. RGB value is (5,10,186). Sum of RGB (Red+Green+Blue) = 5+10+186=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #050ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ABA is #FAF545. Grayscale: #1B1B1B. Windows color (decimal): -16446790 or 12192261. OLE color: 12192261.

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

Color convert

RGB510186-
CMYK0.970.9500.27
HSL238.34º94.76%37.45%-
HSV(B)238.34º97.31%72.94%-
XYZ9.033.7946.71-
YUV28.57216.84111.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 186 (73.05% from 255) = 92.54%
R=2.49%
G=4.98%
B=92.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5101860.970.9500.27238.3494.7637.45
Hex5ABA615F01Bee5f25
Octal51227214113703335613745
Binary10110101011101011000011011111011011111011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050ABA;
 }
 .AnyTagClassName
 {
   color: #050ABA;
 }
</style>
background-color css

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

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

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

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

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

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