Html Css Color HEX #093AB0 Egyptian Blue

📋 copy color: '#093AB0'

red 9 ◦ green 58 ◦ blue 176

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

Shades of Egyptian Blue #093AB0

Tints of Egyptian Blue #093AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 72.43%

R = 3.7%
G = 23.87%
B = 72.43%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#093AB0 (or 0x093AB0) is known color: Egyptian Blue. HEX triplet: 09, 3A and B0. RGB value is (9,58,176). Sum of RGB (Red+Green+Blue) = 9+58+176=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 176 (69.14% from 255 or 72.43% from 243); Max value from RGB is 176 - color contains mainly: blue. Hex color #093AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093AB0 is #F6C54F. Grayscale: #383838. Windows color (decimal): -16172368 or 11549193. OLE color: 11549193.

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

Color convert

RGB 9 58 176 -
CMYK 0.95 0.67 0 0.31
HSL 222.4º 0.9% 0.36% -
HSV(B) 222.4º 0.95% 0.69% -
XYZ 9.46 6.22 41.78 -
YUV 56.8 195.27 93.91 -
System Red Green Blue C M Y K H S L
Decimal 9 58 176 0.95 0.67 0 0.31 222.4 0.9 0.36
Hex 9 3A B0 5F 43 0 1F DE 5A 24
Octal 11 72 260 137 103 0 37 336 132 44
Binary 1001 111010 10110000 1011111 1000011 0 11111 11011110 1011010 100100

Color Harmonies of #093AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AB0

Black with #093AB0

Text Example


Text Example

White with #093AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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