Html Css Color HEX #092DA2 Egyptian Blue

📋 copy color: '#092DA2'

red 9 ◦ green 45 ◦ blue 162

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

Shades of Egyptian Blue #092DA2

Tints of Egyptian Blue #092DA2

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 value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#092DA2 (or 0x092DA2) is known color: 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

RGB 9 45 162 -
CMYK 0.94 0.72 0 0.36
HSL 225.88º 0.89% 0.34% -
HSV(B) 225.88º 0.94% 0.64% -
XYZ 7.57 4.54 34.66 -
YUV 47.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 9 45 162 0.94 0.72 0 0.36 225.88 0.89 0.34
Hex 9 2D A2 5E 48 0 24 E2 59 22
Octal 11 55 242 136 110 0 44 342 131 42
Binary 1001 101101 10100010 1011110 1001000 0 100100 11100010 1011001 100010

Color Harmonies of #092DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DA2

Black with #092DA2

Text Example


Text Example

White with #092DA2

Text Example


Text Example

HTML Codes & Css Web 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>