Html Css Color HEX #0933AC Egyptian Blue

📋 copy color: '#0933AC'

red 9 ◦ green 51 ◦ blue 172

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

Shades of Egyptian Blue #0933AC

Tints of Egyptian Blue #0933AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 74.14%

R = 3.88%
G = 21.98%
B = 74.14%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0933AC (or 0x0933AC) is known color: Egyptian Blue. HEX triplet: 09, 33 and AC. RGB value is (9,51,172). Sum of RGB (Red+Green+Blue) = 9+51+172=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #0933AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0933AC is #F6CC53. Grayscale: #333333. Windows color (decimal): -16174164 or 11285257. OLE color: 11285257.

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

Color convert

RGB 9 51 172 -
CMYK 0.95 0.70 0 0.33
HSL 224.54º 0.9% 0.35% -
HSV(B) 224.54º 0.95% 0.67% -
XYZ 8.74 5.4 39.61 -
YUV 52.24 195.59 97.16 -
System Red Green Blue C M Y K H S L
Decimal 9 51 172 0.95 0.70 0 0.33 224.54 0.9 0.35
Hex 9 33 AC 5F 46 0 21 E1 5A 23
Octal 11 63 254 137 106 0 41 341 132 43
Binary 1001 110011 10101100 1011111 1000110 0 100001 11100001 1011010 100011

Color Harmonies of #0933AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0933AC

Black with #0933AC

Text Example


Text Example

White with #0933AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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