#1205BA

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

Shades of Medium Blue #1205BA

Tints of Medium Blue #1205BA

Color information

#1205BA (or 0x1205BA) is unknown color: approx Medium Blue. HEX triplet: 12, 05 and BA. RGB value is (18,5,186). Sum of RGB (Red+Green+Blue) = 18+5+186=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 5 (2.34% from 255 or 2.39% 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 #1205BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205BA is #EDFA45. Grayscale: #1C1C1C. Windows color (decimal): -15596102 or 12190994. OLE color: 12190994.

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

Color convert

RGB185186-
CMYK0.900.9700.27
HSL244.31º94.76%37.45%-
HSV(B)244.31º97.31%72.94%-
XYZ9.173.7846.7-
YUV29.52216.31119.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851860.900.9700.27244.3194.7637.45
Hex125BA5A6101Bf45f25
Octal22527213214103336413745
Binary100101011011101010110101100001011011111101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1205BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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