#0416C1

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

Shades of Medium Blue #0416C1

Tints of Medium Blue #0416C1

Color information

#0416C1 (or 0x0416C1) is unknown color: approx Medium Blue. HEX triplet: 04, 16 and C1. RGB value is (4,22,193). Sum of RGB (Red+Green+Blue) = 4+22+193=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 193 (75.78% from 255 or 88.13% from 219); Max value from RGB is 193 - color contains mainly: blue. Hex color #0416C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0416C1 is #FBE93E. Grayscale: #232323. Windows color (decimal): -16509247 or 12654084. OLE color: 12654084.

HSL color Cylindrical-coordinate representation of color #0416C1: hue angle of 234.29º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0416C1 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB422193-
CMYK0.980.8900.24
HSL234.29º95.94%38.63%-
HSV(B)234.29º97.93%75.69%-
XYZ9.964.4550.79-
YUV36.11216.54105.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 193 (75.78% from 255) = 88.13%
R=1.83%
G=10.05%
B=88.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4221930.980.8900.24234.2995.9438.63
Hex416C16259018ea6027
Octal42630114213103035214047
Binary100101101100000111000101011001011000111010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0416C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0416C1; }

 p { color: rgb(4,22,193); }

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

<style>
 a { background-color: #0416C1; }

 a { background-color: rgb(4,22,193); }

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

<style>
 span { border-color: #0416C1; }

 span { border-color: rgb(4,22,193); }

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