Html Css Color HEX #093AAC Egyptian Blue

📋 copy color: '#093AAC'

red 9 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #093AAC

Tints of Egyptian Blue #093AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.97%

R = 3.77%
G = 24.27%
B = 71.97%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093AAC (or 0x093AAC) is known color: Egyptian Blue. HEX triplet: 09, 3A and AC. RGB value is (9,58,172). Sum of RGB (Red+Green+Blue) = 9+58+172=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #093AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093AAC is #F6C553. Grayscale: #373737. Windows color (decimal): -16172372 or 11287049. OLE color: 11287049.

HSL color Cylindrical-coordinate representation of color #093AAC: hue angle of 221.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AAC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 58 172 -
CMYK 0.95 0.66 0 0.33
HSL 221.96º 0.9% 0.35% -
HSV(B) 221.96º 0.95% 0.67% -
XYZ 9.07 6.06 39.72 -
YUV 56.35 193.27 94.23 -
System Red Green Blue C M Y K H S L
Decimal 9 58 172 0.95 0.66 0 0.33 221.96 0.9 0.35
Hex 9 3A AC 5F 42 0 21 DE 5A 23
Octal 11 72 254 137 102 0 41 336 132 43
Binary 1001 111010 10101100 1011111 1000010 0 100001 11011110 1011010 100011

Color Harmonies of #093AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AAC

Black with #093AAC

Text Example


Text Example

White with #093AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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