Html Css Color HEX #092BA1 Egyptian Blue

📋 copy color: '#092BA1'

red 9 ◦ green 43 ◦ blue 161

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

Shades of Egyptian Blue #092BA1

Tints of Egyptian Blue #092BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 161 (63.28% from 255) = 75.59%

R = 4.23%
G = 20.19%
B = 75.59%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#092BA1 (or 0x092BA1) is known color: Egyptian Blue. HEX triplet: 09, 2B and A1. RGB value is (9,43,161). Sum of RGB (Red+Green+Blue) = 9+43+161=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 161 (63.28% from 255 or 75.59% from 213); Max value from RGB is 161 - color contains mainly: blue. Hex color #092BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092BA1 is #F6D45E. Grayscale: #2D2D2D. Windows color (decimal): -16176223 or 10562313. OLE color: 10562313.

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

Color convert

RGB 9 43 161 -
CMYK 0.94 0.73 0 0.37
HSL 226.58º 0.89% 0.33% -
HSV(B) 226.58º 0.94% 0.63% -
XYZ 7.41 4.36 34.17 -
YUV 46.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 9 43 161 0.94 0.73 0 0.37 226.58 0.89 0.33
Hex 9 2B A1 5E 49 0 25 E3 59 21
Octal 11 53 241 136 111 0 45 343 131 41
Binary 1001 101011 10100001 1011110 1001001 0 100101 11100011 1011001 100001

Color Harmonies of #092BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BA1

Black with #092BA1

Text Example


Text Example

White with #092BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,161); }

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

background-color css

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

 a { background-color: rgb(9,43,161); }

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

border-color css

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

 span { border-color: rgb(9,43,161); }

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