#10379E

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

Shades of Egyptian Blue #10379E

Tints of Egyptian Blue #10379E

Color information

#10379E (or 0x10379E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 37 and 9E. RGB value is (16,55,158). Sum of RGB (Red+Green+Blue) = 16+55+158=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #10379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10379E is #EFC861. Grayscale: #363636. Windows color (decimal): -15714402 or 10368784. OLE color: 10368784.

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

Color convert

RGB1655158-
CMYK0.900.6500.38
HSL223.52º81.61%34.12%-
HSV(B)223.52º89.87%61.96%-
XYZ7.755.3132.96-
YUV55.08186.08100.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=6.99%
G=24.02%
B=69.00%

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
Decimal16551580.900.6500.38223.5281.6134.12
Hex10379E5A41026e05222
Octal206723613210104634012242
Binary1000011011110011110101101010000010100110111000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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