#10289D

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

Shades of Egyptian Blue #10289D

Tints of Egyptian Blue #10289D

Color information

#10289D (or 0x10289D) is unknown color: approx Egyptian Blue. HEX triplet: 10, 28 and 9D. RGB value is (16,40,157). Sum of RGB (Red+Green+Blue) = 16+40+157=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #10289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10289D is #EFD762. Grayscale: #2D2D2D. Windows color (decimal): -15718243 or 10299408. OLE color: 10299408.

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

Color convert

RGB1640157-
CMYK0.900.7500.38
HSL229.79º81.5%33.92%-
HSV(B)229.79º89.81%61.57%-
XYZ7.064.0632.31-
YUV46.16190.55106.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 157 (61.72% from 255) = 73.71%
R=7.51%
G=18.78%
B=73.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16401570.900.7500.38229.7981.533.92
Hex10289D5A4B026e65222
Octal205023513211304634612242
Binary1000010100010011101101101010010110100110111001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10289D; }

 p { color: rgb(16,40,157); }

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

<style>
 a { background-color: #10289D; }

 a { background-color: rgb(16,40,157); }

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

<style>
 span { border-color: #10289D; }

 span { border-color: rgb(16,40,157); }

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