Html Css Color HEX #0931AD Egyptian Blue

📋 copy color: '#0931AD'

red 9 ◦ green 49 ◦ blue 173

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

Shades of Egyptian Blue #0931AD

Tints of Egyptian Blue #0931AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 173 (67.97% from 255) = 74.89%

R = 3.9%
G = 21.21%
B = 74.89%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0931AD (or 0x0931AD) is known color: Egyptian Blue. HEX triplet: 09, 31 and AD. RGB value is (9,49,173). Sum of RGB (Red+Green+Blue) = 9+49+173=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #0931AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0931AD is #F6CE52. Grayscale: #323232. Windows color (decimal): -16174675 or 11350281. OLE color: 11350281.

HSL color Cylindrical-coordinate representation of color #0931AD: hue angle of 225.37º 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 #0931AD is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 49 173 -
CMYK 0.95 0.72 0 0.32
HSL 225.37º 0.9% 0.36% -
HSV(B) 225.37º 0.95% 0.68% -
XYZ 8.75 5.27 40.09 -
YUV 51.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 9 49 173 0.95 0.72 0 0.32 225.37 0.9 0.36
Hex 9 31 AD 5F 48 0 20 E1 5A 24
Octal 11 61 255 137 110 0 40 341 132 44
Binary 1001 110001 10101101 1011111 1001000 0 100000 11100001 1011010 100100

Color Harmonies of #0931AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0931AD

Black with #0931AD

Text Example


Text Example

White with #0931AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0931AD; }

 p { color: rgb(9,49,173); }

 H1.HeaderClassName
 {
   color: #0931AD;
 }
 .AnyTagClassName
 {
   color: #0931AD;
 }
</style>

background-color css

<style>
 a { background-color: #0931AD; }

 a { background-color: rgb(9,49,173); }

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

border-color css

<style>
 span { border-color: #0931AD; }

 span { border-color: rgb(9,49,173); }

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