#1202BF

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

Shades of Medium Blue #1202BF

Tints of Medium Blue #1202BF

Color information

#1202BF (or 0x1202BF) is unknown color: approx Medium Blue. HEX triplet: 12, 02 and BF. RGB value is (18,2,191). Sum of RGB (Red+Green+Blue) = 18+2+191=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 191 (75% from 255 or 90.52% from 211); Max value from RGB is 191 - color contains mainly: blue. Hex color #1202BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202BF is #EDFD40. Grayscale: #1B1B1B. Windows color (decimal): -15596865 or 12517906. OLE color: 12517906.

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

Color convert

RGB182191-
CMYK0.910.9900.25
HSL245.08º97.93%37.84%-
HSV(B)245.08º98.95%74.9%-
XYZ9.683.9349.54-
YUV28.33219.8120.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 191 (75% from 255) = 90.52%
R=8.53%
G=0.95%
B=90.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821910.910.9900.25245.0897.9337.84
Hex122BF5B63019f56226
Octal22227713314303136514246
Binary10010101011111110110111100011011001111101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1202BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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