#092DA8

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

Shades of Egyptian Blue #092DA8

Tints of Egyptian Blue #092DA8

Color information

#092DA8 (or 0x092DA8) is unknown color: approx Egyptian Blue. HEX triplet: 09, 2D and A8. RGB value is (9,45,168). Sum of RGB (Red+Green+Blue) = 9+45+168=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 168 (66.02% from 255 or 75.68% from 222); Max value from RGB is 168 - color contains mainly: blue. Hex color #092DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DA8 is #F6D257. Grayscale: #2F2F2F. Windows color (decimal): -16175704 or 11021577. OLE color: 11021577.

HSL color Cylindrical-coordinate representation of color #092DA8: hue angle of 226.42º 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 #092DA8 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB945168-
CMYK0.950.7300.34
HSL226.42º89.83%34.71%-
HSV(B)226.42º94.64%65.88%-
XYZ8.124.7637.54-
YUV48.26195.57100-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 168 (66.02% from 255) = 75.68%
R=4.05%
G=20.27%
B=75.68%

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
Decimal9451680.950.7300.34226.4289.8334.71
Hex92DA85F49022e25a23
Octal115525013711104234213243
Binary100110110110101000101111110010010100010111000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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