Html Css Color HEX #0A32AA Egyptian Blue

📋 copy color: '#0A32AA'

red 10 ◦ green 50 ◦ blue 170

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

Shades of Egyptian Blue #0A32AA

Tints of Egyptian Blue #0A32AA

RGB

 RED value IS 10 (4.3% from 255) = 4.35%

 GREEN value IS 50 (19.92% from 255) = 21.74%

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

R = 4.35%
G = 21.74%
B = 73.91%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A32AA (or 0x0A32AA) is known color: Egyptian Blue. HEX triplet: 0A, 32 and AA. RGB value is (10,50,170). Sum of RGB (Red+Green+Blue) = 10+50+170=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 50 (19.92% from 255 or 21.74% 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 #0A32AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A32AA is #F5CD55. Grayscale: #333333. Windows color (decimal): -16108886 or 11153930. OLE color: 11153930.

HSL color Cylindrical-coordinate representation of color #0A32AA: hue angle of 225º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A32AA is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 50 170 -
CMYK 0.94 0.71 0 0.33
HSL 225º 0.89% 0.35% -
HSV(B) 225º 0.94% 0.67% -
XYZ 8.52 5.25 38.59 -
YUV 51.72 194.75 98.24 -
System Red Green Blue C M Y K H S L
Decimal 10 50 170 0.94 0.71 0 0.33 225 0.89 0.35
Hex A 32 AA 5E 47 0 21 E1 59 23
Octal 12 62 252 136 107 0 41 341 131 43
Binary 1010 110010 10101010 1011110 1000111 0 100001 11100001 1011001 100011

Color Harmonies of #0A32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A32AA

Black with #0A32AA

Text Example


Text Example

White with #0A32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A32AA; }

 p { color: rgb(10,50,170); }

 H1.HeaderClassName
 {
   color: #0A32AA;
 }
 .AnyTagClassName
 {
   color: #0A32AA;
 }
</style>

background-color css

<style>
 a { background-color: #0A32AA; }

 a { background-color: rgb(10,50,170); }

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

border-color css

<style>
 span { border-color: #0A32AA; }

 span { border-color: rgb(10,50,170); }

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