#1000ED

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

Shades of Blue #1000ED

Tints of Blue #1000ED

Color information

#1000ED (or 0x1000ED) is unknown color: approx Blue. HEX triplet: 10, 00 and ED. RGB value is (16,0,237). Sum of RGB (Red+Green+Blue) = 16+0+237=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 237 (92.97% from 255 or 93.68% from 253); Max value from RGB is 237 - color contains mainly: blue. Hex color #1000ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1000ED is #EFFF12. Grayscale: #1E1E1E. Windows color (decimal): -15728403 or 15532048. OLE color: 15532048.

HSL color Cylindrical-coordinate representation of color #1000ED: hue angle of 244.05º 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 #1000ED is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160237-
CMYK0.93100.07
HSL244.05º100%46.47%-
HSV(B)244.05º100%92.94%-
XYZ15.56.2280.51-
YUV31.8243.8116.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 93.68%
R=6.32%
G=0%
B=93.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602370.93100.07244.0510046.47
Hex100ED5D6407f4642e
Octal2003551351440736414456
Binary10000011101101101110111001000111111101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1000ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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