#0103C6

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

Shades of Medium Blue #0103C6

Tints of Medium Blue #0103C6

Color information

#0103C6 (or 0x0103C6) is unknown color: approx Medium Blue. HEX triplet: 01, 03 and C6. RGB value is (1,3,198). Sum of RGB (Red+Green+Blue) = 1+3+198=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 198 (77.73% from 255 or 98.02% from 202); Max value from RGB is 198 - color contains mainly: blue. Hex color #0103C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0103C6 is #FEFC39. Grayscale: #171717. Windows color (decimal): -16710714 or 12976897. OLE color: 12976897.

HSL color Cylindrical-coordinate representation of color #0103C6: hue angle of 239.39º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0103C6 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13198-
CMYK0.990.9800.22
HSL239.39º98.99%39.02%-
HSV(B)239.39º99.49%77.65%-
XYZ10.244.1553.69-
YUV24.63225.84111.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 198 (77.73% from 255) = 98.02%
R=0.50%
G=1.49%
B=98.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131980.990.9800.22239.3998.9939.02
Hex13C66362016ef6327
Octal1330614314202635714347
Binary1111100011011000111100010010110111011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0103C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0103C6; }

 p { color: rgb(1,3,198); }

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

<style>
 a { background-color: #0103C6; }

 a { background-color: rgb(1,3,198); }

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

<style>
 span { border-color: #0103C6; }

 span { border-color: rgb(1,3,198); }

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