Html Css Color HEX #092DA0 Egyptian Blue

📋 copy color: '#092DA0'

red 9 ◦ green 45 ◦ blue 160

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

Shades of Egyptian Blue #092DA0

Tints of Egyptian Blue #092DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 74.77%

R = 4.21%
G = 21.03%
B = 74.77%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#092DA0 (or 0x092DA0) is known color: Egyptian Blue. HEX triplet: 09, 2D and A0. RGB value is (9,45,160). Sum of RGB (Red+Green+Blue) = 9+45+160=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #092DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DA0 is #F6D25F. Grayscale: #2E2E2E. Windows color (decimal): -16175712 or 10497289. OLE color: 10497289.

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

Color convert

RGB 9 45 160 -
CMYK 0.94 0.72 0 0.37
HSL 225.7º 0.89% 0.33% -
HSV(B) 225.7º 0.94% 0.63% -
XYZ 7.4 4.47 33.73 -
YUV 47.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 9 45 160 0.94 0.72 0 0.37 225.7 0.89 0.33
Hex 9 2D A0 5E 48 0 25 E2 59 21
Octal 11 55 240 136 110 0 45 342 131 41
Binary 1001 101101 10100000 1011110 1001000 0 100101 11100010 1011001 100001

Color Harmonies of #092DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DA0

Black with #092DA0

Text Example


Text Example

White with #092DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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