Html Css Color HEX #093DA1 Egyptian Blue

📋 copy color: '#093DA1'

red 9 ◦ green 61 ◦ blue 161

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

Shades of Egyptian Blue #093DA1

Tints of Egyptian Blue #093DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 161 (63.28% from 255) = 69.7%

R = 3.9%
G = 26.41%
B = 69.7%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#093DA1 (or 0x093DA1) is known color: Egyptian Blue. HEX triplet: 09, 3D and A1. RGB value is (9,61,161). Sum of RGB (Red+Green+Blue) = 9+61+161=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 161 (63.28% from 255 or 69.70% from 231); Max value from RGB is 161 - color contains mainly: blue. Hex color #093DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093DA1 is #F6C25E. Grayscale: #383838. Windows color (decimal): -16171615 or 10566921. OLE color: 10566921.

HSL color Cylindrical-coordinate representation of color #093DA1: hue angle of 219.47º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093DA1 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 61 161 -
CMYK 0.94 0.62 0 0.37
HSL 219.47º 0.89% 0.33% -
HSV(B) 219.47º 0.94% 0.63% -
XYZ 8.21 5.97 34.44 -
YUV 56.85 186.77 93.87 -
System Red Green Blue C M Y K H S L
Decimal 9 61 161 0.94 0.62 0 0.37 219.47 0.89 0.33
Hex 9 3D A1 5E 3E 0 25 DB 59 21
Octal 11 75 241 136 76 0 45 333 131 41
Binary 1001 111101 10100001 1011110 111110 0 100101 11011011 1011001 100001

Color Harmonies of #093DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DA1

Black with #093DA1

Text Example


Text Example

White with #093DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,61,161); }

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

background-color css

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

 a { background-color: rgb(9,61,161); }

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

border-color css

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

 span { border-color: rgb(9,61,161); }

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