#1019E8

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

Shades of Blue #1019E8

Tints of Blue #1019E8

Color information

#1019E8 (or 0x1019E8) is unknown color: approx Blue. HEX triplet: 10, 19 and E8. RGB value is (16,25,232). Sum of RGB (Red+Green+Blue) = 16+25+232=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 232 (91.02% from 255 or 84.98% from 273); Max value from RGB is 232 - color contains mainly: blue. Hex color #1019E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019E8 is #EFE617. Grayscale: #2D2D2D. Windows color (decimal): -15722008 or 15210768. OLE color: 15210768.

HSL color Cylindrical-coordinate representation of color #1019E8: hue angle of 237.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019E8 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1625232-
CMYK0.930.8900.09
HSL237.5º87.1%48.63%-
HSV(B)237.5º93.1%90.98%-
XYZ15.136.6376.83-
YUV45.91233.02106.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 232 (91.02% from 255) = 84.98%
R=5.86%
G=9.16%
B=84.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal16252320.930.8900.09237.587.148.63
Hex1019E85D5909ee5731
Octal203135013513101135612761
Binary1000011001111010001011101101100101001111011101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1019E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1019E8; }

 p { color: rgb(16,25,232); }

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

<style>
 a { background-color: #1019E8; }

 a { background-color: rgb(16,25,232); }

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

<style>
 span { border-color: #1019E8; }

 span { border-color: rgb(16,25,232); }

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