#1203BD

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

Shades of Medium Blue #1203BD

Tints of Medium Blue #1203BD

Color information

#1203BD (or 0x1203BD) is unknown color: approx Medium Blue. HEX triplet: 12, 03 and BD. RGB value is (18,3,189). Sum of RGB (Red+Green+Blue) = 18+3+189=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #1203BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203BD is #EDFC42. Grayscale: #1B1B1B. Windows color (decimal): -15596611 or 12387090. OLE color: 12387090.

HSL color Cylindrical-coordinate representation of color #1203BD: hue angle of 244.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1203BD is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183189-
CMYK0.900.9800.26
HSL244.84º96.88%37.65%-
HSV(B)244.84º98.41%74.12%-
XYZ9.473.8748.39-
YUV28.69218.47120.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 189 (74.22% from 255) = 90%
R=8.57%
G=1.43%
B=90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831890.900.9800.26244.8496.8837.65
Hex123BD5A6201Af56126
Octal22327513214203236514146
Binary10010111011110110110101100010011010111101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1203BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1203BD; }

 p { color: rgb(18,3,189); }

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

<style>
 a { background-color: #1203BD; }

 a { background-color: rgb(18,3,189); }

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

<style>
 span { border-color: #1203BD; }

 span { border-color: rgb(18,3,189); }

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