#092CA5

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

Shades of Egyptian Blue #092CA5

Tints of Egyptian Blue #092CA5

Color information

#092CA5 (or 0x092CA5) is unknown color: approx Egyptian Blue. HEX triplet: 09, 2C and A5. RGB value is (9,44,165). Sum of RGB (Red+Green+Blue) = 9+44+165=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 165 (64.84% from 255 or 75.69% from 218); Max value from RGB is 165 - color contains mainly: blue. Hex color #092CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092CA5 is #F6D35A. Grayscale: #2E2E2E. Windows color (decimal): -16175963 or 10824713. OLE color: 10824713.

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

Color convert

RGB944165-
CMYK0.950.7300.35
HSL226.54º89.66%34.12%-
HSV(B)226.54º94.55%64.71%-
XYZ7.84.5836.07-
YUV47.33194.4100.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 165 (64.84% from 255) = 75.69%
R=4.13%
G=20.18%
B=75.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9441650.950.7300.35226.5489.6634.12
Hex92CA55F49023e35a22
Octal115424513711104334313242
Binary100110110010100101101111110010010100011111000111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,44,165); }

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

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

 a { background-color: rgb(9,44,165); }

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

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

 span { border-color: rgb(9,44,165); }

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