Html Css Color HEX #093BA0 Egyptian Blue

📋 copy color: '#093BA0'

red 9 ◦ green 59 ◦ blue 160

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

Shades of Egyptian Blue #093BA0

Tints of Egyptian Blue #093BA0

RGB

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

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

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

R = 3.95%
G = 25.88%
B = 70.18%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#093BA0 (or 0x093BA0) is known color: Egyptian Blue. HEX triplet: 09, 3B and A0. RGB value is (9,59,160). Sum of RGB (Red+Green+Blue) = 9+59+160=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #093BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093BA0 is #F6C45F. Grayscale: #373737. Windows color (decimal): -16172128 or 10500873. OLE color: 10500873.

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

Color convert

RGB 9 59 160 -
CMYK 0.94 0.63 0 0.37
HSL 220.13º 0.89% 0.33% -
HSV(B) 220.13º 0.94% 0.63% -
XYZ 8.02 5.72 33.94 -
YUV 55.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 9 59 160 0.94 0.63 0 0.37 220.13 0.89 0.33
Hex 9 3B A0 5E 3F 0 25 DC 59 21
Octal 11 73 240 136 77 0 45 334 131 41
Binary 1001 111011 10100000 1011110 111111 0 100101 11011100 1011001 100001

Color Harmonies of #093BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BA0

Black with #093BA0

Text Example


Text Example

White with #093BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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