#1003BE

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

Shades of Medium Blue #1003BE

Tints of Medium Blue #1003BE

Color information

#1003BE (or 0x1003BE) is unknown color: approx Medium Blue. HEX triplet: 10, 03 and BE. RGB value is (16,3,190). Sum of RGB (Red+Green+Blue) = 16+3+190=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 190 (74.61% from 255 or 90.91% from 209); Max value from RGB is 190 - color contains mainly: blue. Hex color #1003BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003BE is #EFFC41. Grayscale: #1B1B1B. Windows color (decimal): -15727682 or 12452624. OLE color: 12452624.

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

Color convert

RGB163190-
CMYK0.920.9800.25
HSL244.17º96.89%37.84%-
HSV(B)244.17º98.42%74.51%-
XYZ9.543.8948.96-
YUV28.2219.31119.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 190 (74.61% from 255) = 90.91%
R=7.66%
G=1.44%
B=90.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631900.920.9800.25244.1796.8937.84
Hex103BE5C62019f46126
Octal20327613414203136414146
Binary10000111011111010111001100010011001111101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1003BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,3,190); }

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

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

 a { background-color: rgb(16,3,190); }

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

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

 span { border-color: rgb(16,3,190); }

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