#1203BC

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

Shades of Medium Blue #1203BC

Tints of Medium Blue #1203BC

Color information

#1203BC (or 0x1203BC) is unknown color: approx Medium Blue. HEX triplet: 12, 03 and BC. RGB value is (18,3,188). Sum of RGB (Red+Green+Blue) = 18+3+188=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #1203BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203BC is #EDFC43. Grayscale: #1B1B1B. Windows color (decimal): -15596612 or 12321554. OLE color: 12321554.

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

Color convert

RGB183188-
CMYK0.900.9800.26
HSL244.86º96.86%37.45%-
HSV(B)244.86º98.4%73.73%-
XYZ9.363.8247.82-
YUV28.58217.97120.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 188 (73.83% from 255) = 89.95%
R=8.61%
G=1.44%
B=89.95%

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
Decimal1831880.900.9800.26244.8696.8637.45
Hex123BC5A6201Af56125
Octal22327413214203236514145
Binary10010111011110010110101100010011010111101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1203BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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