#1600D0

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

Shades of Medium Blue #1600D0

Tints of Medium Blue #1600D0

Color information

#1600D0 (or 0x1600D0) is unknown color: approx Medium Blue. HEX triplet: 16, 00 and D0. RGB value is (22,0,208). Sum of RGB (Red+Green+Blue) = 22+0+208=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 0 (0.39% from 255 or 0% 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 #1600D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1600D0 is #E9FF2F. Grayscale: #1D1D1D. Windows color (decimal): -15335216 or 13631510. OLE color: 13631510.

HSL color Cylindrical-coordinate representation of color #1600D0: hue angle of 246.35º 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 #1600D0 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB220208-
CMYK0.89100.18
HSL246.35º100%40.78%-
HSV(B)246.35º100%81.57%-
XYZ11.724.7259.97-
YUV30.29228.29122.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2202080.89100.18246.3510040.78
Hex160D05964012f66429
Octal26032013114402236614451
Binary1011001101000010110011100100010010111101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1600D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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