Html Css Color HEX #093AB7 Egyptian Blue

📋 copy color: '#093AB7'

red 9 ◦ green 58 ◦ blue 183

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

Shades of Egyptian Blue #093AB7

Tints of Egyptian Blue #093AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 73.2%

R = 3.6%
G = 23.2%
B = 73.2%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#093AB7 (or 0x093AB7) is known color: Egyptian Blue. HEX triplet: 09, 3A and B7. RGB value is (9,58,183). Sum of RGB (Red+Green+Blue) = 9+58+183=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 183 (71.88% from 255 or 73.2% from 250); Max value from RGB is 183 - color contains mainly: blue. Hex color #093AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AB7 is #F6C548. Grayscale: #393939. Windows color (decimal): -16172361 or 12007945. OLE color: 12007945.

HSL color Cylindrical-coordinate representation of color #093AB7: hue angle of 223.1º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AB7 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 58 183 -
CMYK 0.95 0.68 0 0.28
HSL 223.1º 0.91% 0.38% -
HSV(B) 223.1º 0.95% 0.72% -
XYZ 10.17 6.5 45.52 -
YUV 57.6 198.77 93.34 -
System Red Green Blue C M Y K H S L
Decimal 9 58 183 0.95 0.68 0 0.28 223.1 0.91 0.38
Hex 9 3A B7 5F 44 0 1C DF 5B 26
Octal 11 72 267 137 104 0 34 337 133 46
Binary 1001 111010 10110111 1011111 1000100 0 11100 11011111 1011011 100110

Color Harmonies of #093AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AB7

Black with #093AB7

Text Example


Text Example

White with #093AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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