Html Css Color HEX #0933AA Egyptian Blue

📋 copy color: '#0933AA'

red 9 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #0933AA

Tints of Egyptian Blue #0933AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 3.91%
G = 22.17%
B = 73.91%

CMYK

 C value IS 0.95

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0933AA (or 0x0933AA) is known color: Egyptian Blue. HEX triplet: 09, 33 and AA. RGB value is (9,51,170). Sum of RGB (Red+Green+Blue) = 9+51+170=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #0933AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0933AA is #F6CC55. Grayscale: #333333. Windows color (decimal): -16174166 or 11154185. OLE color: 11154185.

HSL color Cylindrical-coordinate representation of color #0933AA: hue angle of 224.35º 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 #0933AA is Cyan = 0.95, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 51 170 -
CMYK 0.95 0.7 0 0.33
HSL 224.35º 0.9% 0.35% -
HSV(B) 224.35º 0.95% 0.67% -
XYZ 8.55 5.33 38.61 -
YUV 52.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 9 51 170 0.95 0.7 0 0.33 224.35 0.9 0.35
Hex 9 33 AA 5F 46 0 21 E0 5A 23
Octal 11 63 252 137 106 0 41 340 132 43
Binary 1001 110011 10101010 1011111 1000110 0 100001 11100000 1011010 100011

Color Harmonies of #0933AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0933AA

Black with #0933AA

Text Example


Text Example

White with #0933AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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