#1003ea

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

Shades of Blue #1003EA

Tints of Blue #1003EA

Color information

#1003EA (or 0x1003EA) is unknown color: approx Blue. HEX triplet: 10, 03 and EA. RGB value is (16,3,234). Sum of RGB (Red+Green+Blue) = 16+3+234=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 234 (91.80% from 255 or 92.49% from 253); Max value from RGB is 234 - color contains mainly: blue. Hex color #1003EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1003EA is #EFFC15. Grayscale: #202020. Windows color (decimal): -15727638 or 15336208. OLE color: 15336208.

HSL color Cylindrical-coordinate representation of color #1003EA: hue angle of 243.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003EA is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163234-
CMYK0.930.9900.08
HSL243.38º97.47%46.47%-
HSV(B)243.38º98.72%91.76%-
XYZ15.16.1278.23-
YUV33.22241.31115.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 234 (91.80% from 255) = 92.49%
R=6.32%
G=1.19%
B=92.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632340.930.9900.08243.3897.4746.47
Hex103EA5D6308f3612e
Octal20335213514301036314156
Binary1000011111010101011101110001101000111100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1003ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1003ea; }

 p { color: rgb(16,3,234); }

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

<style>
 a { background-color: #1003ea; }

 a { background-color: rgb(16,3,234); }

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

<style>
 span { border-color: #1003ea; }

 span { border-color: rgb(16,3,234); }

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