Html Css Color HEX #093AB3 Egyptian Blue

📋 copy color: '#093AB3'

red 9 ◦ green 58 ◦ blue 179

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

Shades of Egyptian Blue #093AB3

Tints of Egyptian Blue #093AB3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

 BLUE value IS 179 (70.31% from 255) = 72.76%

R = 3.66%
G = 23.58%
B = 72.76%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#093AB3 (or 0x093AB3) is known color: Egyptian Blue. HEX triplet: 09, 3A and B3. RGB value is (9,58,179). Sum of RGB (Red+Green+Blue) = 9+58+179=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 179 (70.31% from 255 or 72.76% from 246); Max value from RGB is 179 - color contains mainly: blue. Hex color #093AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AB3 is #F6C54C. Grayscale: #383838. Windows color (decimal): -16172365 or 11745801. OLE color: 11745801.

HSL color Cylindrical-coordinate representation of color #093AB3: hue angle of 222.71º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AB3 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 58 179 -
CMYK 0.95 0.68 0 0.30
HSL 222.71º 0.9% 0.37% -
HSV(B) 222.71º 0.95% 0.7% -
XYZ 9.76 6.34 43.36 -
YUV 57.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 9 58 179 0.95 0.68 0 0.30 222.71 0.9 0.37
Hex 9 3A B3 5F 44 0 1E DF 5A 25
Octal 11 72 263 137 104 0 36 337 132 45
Binary 1001 111010 10110011 1011111 1000100 0 11110 11011111 1011010 100101

Color Harmonies of #093AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AB3

Black with #093AB3

Text Example


Text Example

White with #093AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,179); }

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

background-color css

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

 a { background-color: rgb(9,58,179); }

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

border-color css

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

 span { border-color: rgb(9,58,179); }

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