Html Css Color HEX #093AAB Egyptian Blue

📋 copy color: '#093AAB'

red 9 ◦ green 58 ◦ blue 171

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

Shades of Egyptian Blue #093AAB

Tints of Egyptian Blue #093AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 3.78%
G = 24.37%
B = 71.85%

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

#093AAB (or 0x093AAB) is known color: Egyptian Blue. HEX triplet: 09, 3A and AB. RGB value is (9,58,171). Sum of RGB (Red+Green+Blue) = 9+58+171=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #093AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093AAB is #F6C554. Grayscale: #373737. Windows color (decimal): -16172373 or 11221513. OLE color: 11221513.

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

Color convert

RGB 9 58 171 -
CMYK 0.95 0.66 0 0.33
HSL 221.85º 0.9% 0.35% -
HSV(B) 221.85º 0.95% 0.67% -
XYZ 8.98 6.02 39.22 -
YUV 56.23 192.77 94.31 -
System Red Green Blue C M Y K H S L
Decimal 9 58 171 0.95 0.66 0 0.33 221.85 0.9 0.35
Hex 9 3A AB 5F 42 0 21 DE 5A 23
Octal 11 72 253 137 102 0 41 336 132 43
Binary 1001 111010 10101011 1011111 1000010 0 100001 11011110 1011010 100011

Color Harmonies of #093AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AAB

Black with #093AAB

Text Example


Text Example

White with #093AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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