Html Css Color HEX #093DAE Egyptian Blue

📋 copy color: '#093DAE'

red 9 ◦ green 61 ◦ blue 174

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

Shades of Egyptian Blue #093DAE

Tints of Egyptian Blue #093DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.31%

R = 3.69%
G = 25%
B = 71.31%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#093DAE (or 0x093DAE) is known color: Egyptian Blue. HEX triplet: 09, 3D and AE. RGB value is (9,61,174). Sum of RGB (Red+Green+Blue) = 9+61+174=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #093DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093DAE is #F6C251. Grayscale: #393939. Windows color (decimal): -16171602 or 11418889. OLE color: 11418889.

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

Color convert

RGB 9 61 174 -
CMYK 0.95 0.65 0 0.32
HSL 221.09º 0.9% 0.36% -
HSV(B) 221.09º 0.95% 0.68% -
XYZ 9.42 6.45 40.79 -
YUV 58.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 9 61 174 0.95 0.65 0 0.32 221.09 0.9 0.36
Hex 9 3D AE 5F 41 0 20 DD 5A 24
Octal 11 75 256 137 101 0 40 335 132 44
Binary 1001 111101 10101110 1011111 1000001 0 100000 11011101 1011010 100100

Color Harmonies of #093DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DAE

Black with #093DAE

Text Example


Text Example

White with #093DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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