#092EA8

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

Shades of Egyptian Blue #092EA8

Tints of Egyptian Blue #092EA8

Color information

#092EA8 (or 0x092EA8) is unknown color: approx Egyptian Blue. HEX triplet: 09, 2E and A8. RGB value is (9,46,168). Sum of RGB (Red+Green+Blue) = 9+46+168=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 168 (66.02% from 255 or 75.34% from 223); Max value from RGB is 168 - color contains mainly: blue. Hex color #092EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092EA8 is #F6D157. Grayscale: #303030. Windows color (decimal): -16175448 or 11021833. OLE color: 11021833.

HSL color Cylindrical-coordinate representation of color #092EA8: hue angle of 226.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092EA8 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB946168-
CMYK0.950.7300.34
HSL226.04º89.83%34.71%-
HSV(B)226.04º94.64%65.88%-
XYZ8.164.8437.55-
YUV48.84195.2499.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 168 (66.02% from 255) = 75.34%
R=4.04%
G=20.63%
B=75.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal9461680.950.7300.34226.0489.8334.71
Hex92EA85F49022e25a23
Octal115625013711104234213243
Binary100110111010101000101111110010010100010111000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092EA8; }

 p { color: rgb(9,46,168); }

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

<style>
 a { background-color: #092EA8; }

 a { background-color: rgb(9,46,168); }

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

<style>
 span { border-color: #092EA8; }

 span { border-color: rgb(9,46,168); }

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