Html Css Color HEX #092EAC Egyptian Blue

📋 copy color: '#092EAC'

red 9 ◦ green 46 ◦ blue 172

#092EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #092EAC

Tints of Egyptian Blue #092EAC

RGB

 RED value IS 9 (3.91% from 255) = 3.96%

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 172 (67.58% from 255) = 75.77%

R = 3.96%
G = 20.26%
B = 75.77%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#092EAC (or 0x092EAC) is known color: Egyptian Blue. HEX triplet: 09, 2E and AC. RGB value is (9,46,172). Sum of RGB (Red+Green+Blue) = 9+46+172=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #092EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092EAC is #F6D153. Grayscale: #303030. Windows color (decimal): -16175444 or 11283977. OLE color: 11283977.

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

Color convert

RGB 9 46 172 -
CMYK 0.95 0.73 0 0.33
HSL 226.38º 0.9% 0.35% -
HSV(B) 226.38º 0.95% 0.67% -
XYZ 8.54 4.99 39.54 -
YUV 49.3 197.24 99.25 -
System Red Green Blue C M Y K H S L
Decimal 9 46 172 0.95 0.73 0 0.33 226.38 0.9 0.35
Hex 9 2E AC 5F 49 0 21 E2 5A 23
Octal 11 56 254 137 111 0 41 342 132 43
Binary 1001 101110 10101100 1011111 1001001 0 100001 11100010 1011010 100011

Color Harmonies of #092EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EAC

Black with #092EAC

Text Example


Text Example

White with #092EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #092EAC;
 }
 .AnyTagClassName
 {
   color: #092EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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