#10399E

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

Shades of Egyptian Blue #10399E

Tints of Egyptian Blue #10399E

Color information

#10399E (or 0x10399E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 39 and 9E. RGB value is (16,57,158). Sum of RGB (Red+Green+Blue) = 16+57+158=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #10399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10399E is #EFC661. Grayscale: #373737. Windows color (decimal): -15713890 or 10369296. OLE color: 10369296.

HSL color Cylindrical-coordinate representation of color #10399E: hue angle of 222.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10399E is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1657158-
CMYK0.900.6400.38
HSL222.68º81.61%34.12%-
HSV(B)222.68º89.87%61.96%-
XYZ7.855.5133-
YUV56.26185.4299.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 158 (62.11% from 255) = 68.40%
R=6.93%
G=24.68%
B=68.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16571580.900.6400.38222.6881.6134.12
Hex10399E5A40026df5222
Octal207123613210004633712242
Binary1000011100110011110101101010000000100110110111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10399E; }

 p { color: rgb(16,57,158); }

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

<style>
 a { background-color: #10399E; }

 a { background-color: rgb(16,57,158); }

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

<style>
 span { border-color: #10399E; }

 span { border-color: rgb(16,57,158); }

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