#092DA2

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

Shades of Egyptian Blue #092DA2

Tints of Egyptian Blue #092DA2

Color information

#092DA2 (or 0x092DA2) is unknown color: approx Egyptian Blue. HEX triplet: 09, 2D and A2. RGB value is (9,45,162). Sum of RGB (Red+Green+Blue) = 9+45+162=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 162 (63.67% from 255 or 75% from 216); Max value from RGB is 162 - color contains mainly: blue. Hex color #092DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DA2 is #F6D25D. Grayscale: #2F2F2F. Windows color (decimal): -16175710 or 10628361. OLE color: 10628361.

HSL color Cylindrical-coordinate representation of color #092DA2: hue angle of 225.88º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092DA2 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB945162-
CMYK0.940.7200.36
HSL225.88º89.47%33.53%-
HSV(B)225.88º94.44%63.53%-
XYZ7.574.5434.66-
YUV47.57192.57100.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 162 (63.67% from 255) = 75%
R=4.17%
G=20.83%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9451620.940.7200.36225.8889.4733.53
Hex92DA25E48024e25922
Octal115524213611004434213142
Binary100110110110100010101111010010000100100111000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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