#102A9F

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

Shades of Egyptian Blue #102A9F

Tints of Egyptian Blue #102A9F

Color information

#102A9F (or 0x102A9F) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2A and 9F. RGB value is (16,42,159). Sum of RGB (Red+Green+Blue) = 16+42+159=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #102A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102A9F is #EFD560. Grayscale: #2F2F2F. Windows color (decimal): -15717729 or 10430992. OLE color: 10430992.

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

Color convert

RGB1642159-
CMYK0.900.7400.38
HSL229.09º81.71%34.31%-
HSV(B)229.09º89.94%62.35%-
XYZ7.34.2733.24-
YUV47.56190.89105.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 159 (62.5% from 255) = 73.27%
R=7.37%
G=19.35%
B=73.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16421590.900.7400.38229.0981.7134.31
Hex102A9F5A4A026e55222
Octal205223713211204634512242
Binary1000010101010011111101101010010100100110111001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102A9F; }

 p { color: rgb(16,42,159); }

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

<style>
 a { background-color: #102A9F; }

 a { background-color: rgb(16,42,159); }

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

<style>
 span { border-color: #102A9F; }

 span { border-color: rgb(16,42,159); }

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