#0016D0

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

Shades of Medium Blue #0016D0

Tints of Medium Blue #0016D0

Color information

#0016D0 (or 0x0016D0) is unknown color: approx Medium Blue. HEX triplet: 00, 16 and D0. RGB value is (0,22,208). Sum of RGB (Red+Green+Blue) = 0+22+208=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 208 (81.64% from 255 or 90.43% from 230); Max value from RGB is 208 - color contains mainly: blue. Hex color #0016D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0016D0 is #FFE92F. Grayscale: #232323. Windows color (decimal): -16771376 or 13637120. OLE color: 13637120.

HSL color Cylindrical-coordinate representation of color #0016D0: hue angle of 233.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016D0 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB022208-
CMYK10.8900.18
HSL233.65º100%40.78%-
HSV(B)233.65º100%81.57%-
XYZ11.675.1360.05-
YUV36.63224.71101.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 208 (81.64% from 255) = 90.43%
R=0%
G=9.57%
B=90.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal02220810.8900.18233.6510040.78
Hex016D06459012ea6429
Octal02632014413102235214451
Binary0101101101000011001001011001010010111010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0016D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0016D0; }

 p { color: rgb(0,22,208); }

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

<style>
 a { background-color: #0016D0; }

 a { background-color: rgb(0,22,208); }

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

<style>
 span { border-color: #0016D0; }

 span { border-color: rgb(0,22,208); }

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