#1600CC

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

Shades of Medium Blue #1600CC

Tints of Medium Blue #1600CC

Color information

#1600CC (or 0x1600CC) is unknown color: approx Medium Blue. HEX triplet: 16, 00 and CC. RGB value is (22,0,204). Sum of RGB (Red+Green+Blue) = 22+0+204=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 204 (80.08% from 255 or 90.27% from 226); Max value from RGB is 204 - color contains mainly: blue. Hex color #1600CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1600CC is #E9FF33. Grayscale: #1D1D1D. Windows color (decimal): -15335220 or 13369366. OLE color: 13369366.

HSL color Cylindrical-coordinate representation of color #1600CC: hue angle of 246.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600CC is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB220204-
CMYK0.89100.2
HSL246.47º100%40%-
HSV(B)246.47º100%80%-
XYZ11.234.5357.41-
YUV29.83226.29122.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 90.27%
R=9.73%
G=0%
B=90.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2202040.89100.2246.4710040
Hex160CC5964014f66428
Octal26031413114402436614450
Binary1011001100110010110011100100010100111101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1600CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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