#0416BD

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

Shades of Medium Blue #0416BD

Tints of Medium Blue #0416BD

Color information

#0416BD (or 0x0416BD) is unknown color: approx Medium Blue. HEX triplet: 04, 16 and BD. RGB value is (4,22,189). Sum of RGB (Red+Green+Blue) = 4+22+189=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 189 (74.22% from 255 or 87.91% from 215); Max value from RGB is 189 - color contains mainly: blue. Hex color #0416BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0416BD is #FBE942. Grayscale: #222222. Windows color (decimal): -16509251 or 12391940. OLE color: 12391940.

HSL color Cylindrical-coordinate representation of color #0416BD: hue angle of 234.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0416BD is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB422189-
CMYK0.980.8800.26
HSL234.16º95.85%37.84%-
HSV(B)234.16º97.88%74.12%-
XYZ9.524.2748.47-
YUV35.66214.54105.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 189 (74.22% from 255) = 87.91%
R=1.86%
G=10.23%
B=87.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4221890.980.8800.26234.1695.8537.84
Hex416BD625801Aea6026
Octal42627514213003235214046
Binary100101101011110111000101011000011010111010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0416BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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