Html Css Color HEX #093AB6 Egyptian Blue

📋 copy color: '#093AB6'

red 9 ◦ green 58 ◦ blue 182

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

Shades of Egyptian Blue #093AB6

Tints of Egyptian Blue #093AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 73.09%

R = 3.61%
G = 23.29%
B = 73.09%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#093AB6 (or 0x093AB6) is known color: Egyptian Blue. HEX triplet: 09, 3A and B6. RGB value is (9,58,182). Sum of RGB (Red+Green+Blue) = 9+58+182=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #093AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AB6 is #F6C549. Grayscale: #383838. Windows color (decimal): -16172362 or 11942409. OLE color: 11942409.

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

Color convert

RGB 9 58 182 -
CMYK 0.95 0.68 0 0.29
HSL 223.01º 0.91% 0.37% -
HSV(B) 223.01º 0.95% 0.71% -
XYZ 10.07 6.46 44.97 -
YUV 57.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 9 58 182 0.95 0.68 0 0.29 223.01 0.91 0.37
Hex 9 3A B6 5F 44 0 1D DF 5B 25
Octal 11 72 266 137 104 0 35 337 133 45
Binary 1001 111010 10110110 1011111 1000100 0 11101 11011111 1011011 100101

Color Harmonies of #093AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AB6

Black with #093AB6

Text Example


Text Example

White with #093AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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