Html Css Color HEX #093CAC Egyptian Blue

📋 copy color: '#093CAC'

red 9 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #093CAC

Tints of Egyptian Blue #093CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 3.73%
G = 24.9%
B = 71.37%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093CAC (or 0x093CAC) is known color: Egyptian Blue. HEX triplet: 09, 3C and AC. RGB value is (9,60,172). Sum of RGB (Red+Green+Blue) = 9+60+172=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #093CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093CAC is #F6C353. Grayscale: #393939. Windows color (decimal): -16171860 or 11287561. OLE color: 11287561.

HSL color Cylindrical-coordinate representation of color #093CAC: hue angle of 221.23º 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 #093CAC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 60 172 -
CMYK 0.95 0.65 0 0.33
HSL 221.23º 0.9% 0.35% -
HSV(B) 221.23º 0.95% 0.67% -
XYZ 9.17 6.27 39.76 -
YUV 57.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 9 60 172 0.95 0.65 0 0.33 221.23 0.9 0.35
Hex 9 3C AC 5F 41 0 21 DD 5A 23
Octal 11 74 254 137 101 0 41 335 132 43
Binary 1001 111100 10101100 1011111 1000001 0 100001 11011101 1011010 100011

Color Harmonies of #093CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CAC

Black with #093CAC

Text Example


Text Example

White with #093CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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