Html Css Color HEX #0939AA Egyptian Blue

📋 copy color: '#0939AA'

red 9 ◦ green 57 ◦ blue 170

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

Shades of Egyptian Blue #0939AA

Tints of Egyptian Blue #0939AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 170 (66.8% from 255) = 72.03%

R = 3.81%
G = 24.15%
B = 72.03%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0939AA (or 0x0939AA) is known color: Egyptian Blue. HEX triplet: 09, 39 and AA. RGB value is (9,57,170). Sum of RGB (Red+Green+Blue) = 9+57+170=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #0939AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0939AA is #F6C655. Grayscale: #373737. Windows color (decimal): -16172630 or 11155721. OLE color: 11155721.

HSL color Cylindrical-coordinate representation of color #0939AA: hue angle of 222.11º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0939AA is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 57 170 -
CMYK 0.95 0.66 0 0.33
HSL 222.11º 0.9% 0.35% -
HSV(B) 222.11º 0.95% 0.67% -
XYZ 8.83 5.89 38.7 -
YUV 55.53 192.6 94.81 -
System Red Green Blue C M Y K H S L
Decimal 9 57 170 0.95 0.66 0 0.33 222.11 0.9 0.35
Hex 9 39 AA 5F 42 0 21 DE 5A 23
Octal 11 71 252 137 102 0 41 336 132 43
Binary 1001 111001 10101010 1011111 1000010 0 100001 11011110 1011010 100011

Color Harmonies of #0939AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0939AA

Black with #0939AA

Text Example


Text Example

White with #0939AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0939AA; }

 p { color: rgb(9,57,170); }

 H1.HeaderClassName
 {
   color: #0939AA;
 }
 .AnyTagClassName
 {
   color: #0939AA;
 }
</style>

background-color css

<style>
 a { background-color: #0939AA; }

 a { background-color: rgb(9,57,170); }

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

border-color css

<style>
 span { border-color: #0939AA; }

 span { border-color: rgb(9,57,170); }

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