#0301C6

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

Shades of Medium Blue #0301C6

Tints of Medium Blue #0301C6

Color information

#0301C6 (or 0x0301C6) is unknown color: approx Medium Blue. HEX triplet: 03, 01 and C6. RGB value is (3,1,198). Sum of RGB (Red+Green+Blue) = 3+1+198=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 1 (0.78% from 255 or 0.50% 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 #0301C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0301C6 is #FCFE39. Grayscale: #171717. Windows color (decimal): -16580154 or 12976387. OLE color: 12976387.

HSL color Cylindrical-coordinate representation of color #0301C6: hue angle of 240.61º 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 #0301C6 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31198-
CMYK0.980.9900.22
HSL240.61º98.99%39.02%-
HSV(B)240.61º99.49%77.65%-
XYZ10.244.1253.68-
YUV24.06226.16112.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311980.980.9900.22240.6198.9939.02
Hex31C66263016f16327
Octal3130614214302636114347
Binary1111100011011000101100011010110111100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0301C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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