#1205BF

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

Shades of Medium Blue #1205BF

Tints of Medium Blue #1205BF

Color information

#1205BF (or 0x1205BF) is unknown color: approx Medium Blue. HEX triplet: 12, 05 and BF. RGB value is (18,5,191). Sum of RGB (Red+Green+Blue) = 18+5+191=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #1205BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205BF is #EDFA40. Grayscale: #1D1D1D. Windows color (decimal): -15596097 or 12518674. OLE color: 12518674.

HSL color Cylindrical-coordinate representation of color #1205BF: hue angle of 244.19º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1205BF is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185191-
CMYK0.910.9700.25
HSL244.19º94.9%38.43%-
HSV(B)244.19º97.38%74.9%-
XYZ9.71449.55-
YUV30.09218.81119.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 191 (75% from 255) = 89.25%
R=8.41%
G=2.34%
B=89.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851910.910.9700.25244.1994.938.43
Hex125BF5B61019f45f26
Octal22527713314103136413746
Binary100101011011111110110111100001011001111101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1205BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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