#1040B0

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

Shades of Egyptian Blue #1040B0

Tints of Egyptian Blue #1040B0

Color information

#1040B0 (or 0x1040B0) is unknown color: approx Egyptian Blue. HEX triplet: 10, 40 and B0. RGB value is (16,64,176). Sum of RGB (Red+Green+Blue) = 16+64+176=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #1040B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1040B0 is #EFBF4F. Grayscale: #3D3D3D. Windows color (decimal): -15712080 or 11550736. OLE color: 11550736.

HSL color Cylindrical-coordinate representation of color #1040B0: hue angle of 222º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1040B0 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1664176-
CMYK0.910.6400.31
HSL222º83.33%37.65%-
HSV(B)222º90.91%69.02%-
XYZ9.886.9141.89-
YUV62.42192.194.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 176 (69.14% from 255) = 68.75%
R=6.25%
G=25%
B=68.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16641760.910.6400.3122283.3337.65
Hex1040B05B4001Fde5326
Octal2010026013310003733612346
Binary1000010000001011000010110111000000011111110111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1040B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1040B0; }

 p { color: rgb(16,64,176); }

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

<style>
 a { background-color: #1040B0; }

 a { background-color: rgb(16,64,176); }

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

<style>
 span { border-color: #1040B0; }

 span { border-color: rgb(16,64,176); }

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