#102C95

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

Shades of Egyptian Blue #102C95

Tints of Egyptian Blue #102C95

Color information

#102C95 (or 0x102C95) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2C and 95. RGB value is (16,44,149). Sum of RGB (Red+Green+Blue) = 16+44+149=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #102C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102C95 is #EFD36A. Grayscale: #2F2F2F. Windows color (decimal): -15717227 or 9776144. OLE color: 9776144.

HSL color Cylindrical-coordinate representation of color #102C95: hue angle of 227.37º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102C95 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1644149-
CMYK0.890.7000.42
HSL227.37º80.61%32.35%-
HSV(B)227.37º89.26%58.43%-
XYZ6.544.0828.88-
YUV47.6185.22105.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=7.66%
G=21.05%
B=71.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16441490.890.7000.42227.3780.6132.35
Hex102C95594602Ae35120
Octal205422513110605234312140
Binary1000010110010010101101100110001100101010111000111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,44,149); }

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

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

 a { background-color: rgb(16,44,149); }

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

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

 span { border-color: rgb(16,44,149); }

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