Html Css Color HEX #093BA2 Egyptian Blue

📋 copy color: '#093BA2'

red 9 ◦ green 59 ◦ blue 162

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

Shades of Egyptian Blue #093BA2

Tints of Egyptian Blue #093BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.65%

 BLUE value IS 162 (63.67% from 255) = 70.43%

R = 3.91%
G = 25.65%
B = 70.43%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#093BA2 (or 0x093BA2) is known color: Egyptian Blue. HEX triplet: 09, 3B and A2. RGB value is (9,59,162). Sum of RGB (Red+Green+Blue) = 9+59+162=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 162 (63.67% from 255 or 70.43% from 230); Max value from RGB is 162 - color contains mainly: blue. Hex color #093BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093BA2 is #F6C45D. Grayscale: #373737. Windows color (decimal): -16172126 or 10631945. OLE color: 10631945.

HSL color Cylindrical-coordinate representation of color #093BA2: hue angle of 220.39º 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 #093BA2 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 59 162 -
CMYK 0.94 0.64 0 0.36
HSL 220.39º 0.89% 0.34% -
HSV(B) 220.39º 0.94% 0.64% -
XYZ 8.2 5.79 34.87 -
YUV 55.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 9 59 162 0.94 0.64 0 0.36 220.39 0.89 0.34
Hex 9 3B A2 5E 40 0 24 DC 59 22
Octal 11 73 242 136 100 0 44 334 131 42
Binary 1001 111011 10100010 1011110 1000000 0 100100 11011100 1011001 100010

Color Harmonies of #093BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BA2

Black with #093BA2

Text Example


Text Example

White with #093BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093BA2; }

 p { color: rgb(9,59,162); }

 H1.HeaderClassName
 {
   color: #093BA2;
 }
 .AnyTagClassName
 {
   color: #093BA2;
 }
</style>

background-color css

<style>
 a { background-color: #093BA2; }

 a { background-color: rgb(9,59,162); }

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

border-color css

<style>
 span { border-color: #093BA2; }

 span { border-color: rgb(9,59,162); }

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