#1015E6

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

Shades of Blue #1015E6

Tints of Blue #1015E6

Color information

#1015E6 (or 0x1015E6) is unknown color: approx Blue. HEX triplet: 10, 15 and E6. RGB value is (16,21,230). Sum of RGB (Red+Green+Blue) = 16+21+230=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 230 (90.23% from 255 or 86.14% from 267); Max value from RGB is 230 - color contains mainly: blue. Hex color #1015E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1015E6 is #EFEA19. Grayscale: #2A2A2A. Windows color (decimal): -15723034 or 15078672. OLE color: 15078672.

HSL color Cylindrical-coordinate representation of color #1015E6: hue angle of 238.6º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1015E6 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1621230-
CMYK0.930.9100.10
HSL238.6º86.99%48.24%-
HSV(B)238.6º93.04%90.2%-
XYZ14.766.3675.31-
YUV43.33233.34108.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 230 (90.23% from 255) = 86.14%
R=5.99%
G=7.87%
B=86.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16212300.930.9100.10238.686.9948.24
Hex1015E65D5B0Aef5730
Octal202534613513301235712760
Binary1000010101111001101011101101101101010111011111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1015E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1015E6; }

 p { color: rgb(16,21,230); }

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

<style>
 a { background-color: #1015E6; }

 a { background-color: rgb(16,21,230); }

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

<style>
 span { border-color: #1015E6; }

 span { border-color: rgb(16,21,230); }

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