#1207BE

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

Shades of Medium Blue #1207BE

Tints of Medium Blue #1207BE

Color information

#1207BE (or 0x1207BE) is unknown color: approx Medium Blue. HEX triplet: 12, 07 and BE. RGB value is (18,7,190). Sum of RGB (Red+Green+Blue) = 18+7+190=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #1207BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207BE is #EDF841. Grayscale: #1E1E1E. Windows color (decimal): -15595586 or 12453650. OLE color: 12453650.

HSL color Cylindrical-coordinate representation of color #1207BE: hue angle of 243.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1207BE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187190-
CMYK0.910.9600.25
HSL243.61º92.89%38.63%-
HSV(B)243.61º96.32%74.51%-
XYZ9.62448.98-
YUV31.15217.64118.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 190 (74.61% from 255) = 88.37%
R=8.37%
G=3.26%
B=88.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871900.910.9600.25243.6192.8938.63
Hex127BE5B60019f45d27
Octal22727613314003136413547
Binary100101111011111010110111100000011001111101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1207BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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