#10389E

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

Shades of Egyptian Blue #10389E

Tints of Egyptian Blue #10389E

Color information

#10389E (or 0x10389E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 38 and 9E. RGB value is (16,56,158). Sum of RGB (Red+Green+Blue) = 16+56+158=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #10389E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10389E is #EFC761. Grayscale: #373737. Windows color (decimal): -15714146 or 10369040. OLE color: 10369040.

HSL color Cylindrical-coordinate representation of color #10389E: hue angle of 223.1º 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 #10389E is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1656158-
CMYK0.900.6500.38
HSL223.1º81.61%34.12%-
HSV(B)223.1º89.87%61.96%-
XYZ7.85.4132.98-
YUV55.67185.7599.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 158 (62.11% from 255) = 68.70%
R=6.96%
G=24.35%
B=68.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16561580.900.6500.38223.181.6134.12
Hex10389E5A41026df5222
Octal207023613210104633712242
Binary1000011100010011110101101010000010100110110111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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