#10279D

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

Shades of Egyptian Blue #10279D

Tints of Egyptian Blue #10279D

Color information

#10279D (or 0x10279D) is unknown color: approx Egyptian Blue. HEX triplet: 10, 27 and 9D. RGB value is (16,39,157). Sum of RGB (Red+Green+Blue) = 16+39+157=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #10279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10279D is #EFD862. Grayscale: #2D2D2D. Windows color (decimal): -15718499 or 10299152. OLE color: 10299152.

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

Color convert

RGB1639157-
CMYK0.900.7500.38
HSL230.21º81.5%33.92%-
HSV(B)230.21º89.81%61.57%-
XYZ7.03432.3-
YUV45.58190.88106.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=7.55%
G=18.40%
B=74.06%

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
Decimal16391570.900.7500.38230.2181.533.92
Hex10279D5A4B026e65222
Octal204723513211304634612242
Binary1000010011110011101101101010010110100110111001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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