#1600ED

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

Shades of Blue #1600ED

Tints of Blue #1600ED

Color information

#1600ED (or 0x1600ED) is unknown color: approx Blue. HEX triplet: 16, 00 and ED. RGB value is (22,0,237). Sum of RGB (Red+Green+Blue) = 22+0+237=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 237 (92.97% from 255 or 91.51% from 259); Max value from RGB is 237 - color contains mainly: blue. Hex color #1600ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1600ED is #E9FF12. Grayscale: #202020. Windows color (decimal): -15335187 or 15532054. OLE color: 15532054.

HSL color Cylindrical-coordinate representation of color #1600ED: hue angle of 245.57º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600ED is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220237-
CMYK0.91100.07
HSL245.57º100%46.47%-
HSV(B)245.57º100%92.94%-
XYZ15.626.2880.51-
YUV33.6242.79119.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 91.51%
R=8.49%
G=0%
B=91.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202370.91100.07245.5710046.47
Hex160ED5B6407f6642e
Octal2603551331440736614456
Binary10110011101101101101111001000111111101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1600ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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