Html Css Color HEX #092DAA Egyptian Blue

📋 copy color: '#092DAA'

red 9 ◦ green 45 ◦ blue 170

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

Shades of Egyptian Blue #092DAA

Tints of Egyptian Blue #092DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 4.02%
G = 20.09%
B = 75.89%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#092DAA (or 0x092DAA) is known color: Egyptian Blue. HEX triplet: 09, 2D and AA. RGB value is (9,45,170). Sum of RGB (Red+Green+Blue) = 9+45+170=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #092DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DAA is #F6D255. Grayscale: #2F2F2F. Windows color (decimal): -16175702 or 11152649. OLE color: 11152649.

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

Color convert

RGB 9 45 170 -
CMYK 0.95 0.74 0 0.33
HSL 226.58º 0.9% 0.35% -
HSV(B) 226.58º 0.95% 0.67% -
XYZ 8.31 4.84 38.53 -
YUV 48.49 196.57 99.84 -
System Red Green Blue C M Y K H S L
Decimal 9 45 170 0.95 0.74 0 0.33 226.58 0.9 0.35
Hex 9 2D AA 5F 4A 0 21 E3 5A 23
Octal 11 55 252 137 112 0 41 343 132 43
Binary 1001 101101 10101010 1011111 1001010 0 100001 11100011 1011010 100011

Color Harmonies of #092DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DAA

Black with #092DAA

Text Example


Text Example

White with #092DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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