#10309E

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

Shades of Egyptian Blue #10309E

Tints of Egyptian Blue #10309E

Color information

#10309E (or 0x10309E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 30 and 9E. RGB value is (16,48,158). Sum of RGB (Red+Green+Blue) = 16+48+158=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #10309E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10309E is #EFCF61. Grayscale: #323232. Windows color (decimal): -15716194 or 10366992. OLE color: 10366992.

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

Color convert

RGB1648158-
CMYK0.900.7000.38
HSL226.48º81.61%34.12%-
HSV(B)226.48º89.87%61.96%-
XYZ7.444.6932.86-
YUV50.97188.4103.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 158 (62.11% from 255) = 71.17%
R=7.21%
G=21.62%
B=71.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16481580.900.7000.38226.4881.6134.12
Hex10309E5A46026e25222
Octal206023613210604634212242
Binary1000011000010011110101101010001100100110111000101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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