#0512BA

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

Shades of Medium Blue #0512BA

Tints of Medium Blue #0512BA

Color information

#0512BA (or 0x0512BA) is unknown color: approx Medium Blue. HEX triplet: 05, 12 and BA. RGB value is (5,18,186). Sum of RGB (Red+Green+Blue) = 5+18+186=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0512BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512BA is #FAED45. Grayscale: #202020. Windows color (decimal): -16444742 or 12194309. OLE color: 12194309.

HSL color Cylindrical-coordinate representation of color #0512BA: hue angle of 235.69º 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 #0512BA is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB518186-
CMYK0.970.9000.27
HSL235.69º94.76%37.45%-
HSV(B)235.69º97.31%72.94%-
XYZ9.144.0146.75-
YUV33.26214.19107.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 186 (73.05% from 255) = 89.00%
R=2.39%
G=8.61%
B=89.00%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5181860.970.9000.27235.6994.7637.45
Hex512BA615A01Bec5f25
Octal52227214113203335413745
Binary101100101011101011000011011010011011111011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0512BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0512BA; }

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

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

<style>
 a { background-color: #0512BA; }

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

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

<style>
 span { border-color: #0512BA; }

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

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