#1200BF

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

Shades of Medium Blue #1200BF

Tints of Medium Blue #1200BF

Color information

#1200BF (or 0x1200BF) is unknown color: approx Medium Blue. HEX triplet: 12, 00 and BF. RGB value is (18,0,191). Sum of RGB (Red+Green+Blue) = 18+0+191=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 191 (75% from 255 or 91.39% from 209); Max value from RGB is 191 - color contains mainly: blue. Hex color #1200BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200BF is #EDFF40. Grayscale: #1A1A1A. Windows color (decimal): -15597377 or 12517394. OLE color: 12517394.

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

Color convert

RGB180191-
CMYK0.91100.25
HSL245.65º100%37.45%-
HSV(B)245.65º100%74.9%-
XYZ9.653.8949.53-
YUV27.16220.46121.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 91.39%
R=8.61%
G=0%
B=91.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801910.91100.25245.6510037.45
Hex120BF5B64019f66425
Octal22027713314403136614445
Binary1001001011111110110111100100011001111101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1200BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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