#1200BE

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

Shades of Medium Blue #1200BE

Tints of Medium Blue #1200BE

Color information

#1200BE (or 0x1200BE) is unknown color: approx Medium Blue. HEX triplet: 12, 00 and BE. RGB value is (18,0,190). Sum of RGB (Red+Green+Blue) = 18+0+190=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 190 (74.61% from 255 or 91.35% from 208); Max value from RGB is 190 - color contains mainly: blue. Hex color #1200BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200BE is #EDFF41. Grayscale: #1A1A1A. Windows color (decimal): -15597378 or 12451858. OLE color: 12451858.

HSL color Cylindrical-coordinate representation of color #1200BE: hue angle of 245.68º 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 #1200BE is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180190-
CMYK0.91100.25
HSL245.68º100%37.25%-
HSV(B)245.68º100%74.51%-
XYZ9.543.8548.95-
YUV27.04219.96121.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 91.35%
R=8.65%
G=0%
B=91.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801900.91100.25245.6810037.25
Hex120BE5B64019f66425
Octal22027613314403136614445
Binary1001001011111010110111100100011001111101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1200BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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