Html Css Color HEX #0933AB Egyptian Blue

📋 copy color: '#0933AB'

red 9 ◦ green 51 ◦ blue 171

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

Shades of Egyptian Blue #0933AB

Tints of Egyptian Blue #0933AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 74.03%

R = 3.9%
G = 22.08%
B = 74.03%

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

#0933AB (or 0x0933AB) is known color: Egyptian Blue. HEX triplet: 09, 33 and AB. RGB value is (9,51,171). Sum of RGB (Red+Green+Blue) = 9+51+171=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #0933AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0933AB is #F6CC54. Grayscale: #333333. Windows color (decimal): -16174165 or 11219721. OLE color: 11219721.

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

Color convert

RGB 9 51 171 -
CMYK 0.95 0.70 0 0.33
HSL 224.44º 0.9% 0.35% -
HSV(B) 224.44º 0.95% 0.67% -
XYZ 8.65 5.37 39.11 -
YUV 52.12 195.09 97.24 -
System Red Green Blue C M Y K H S L
Decimal 9 51 171 0.95 0.70 0 0.33 224.44 0.9 0.35
Hex 9 33 AB 5F 46 0 21 E0 5A 23
Octal 11 63 253 137 106 0 41 340 132 43
Binary 1001 110011 10101011 1011111 1000110 0 100001 11100000 1011010 100011

Color Harmonies of #0933AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0933AB

Black with #0933AB

Text Example


Text Example

White with #0933AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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