Html Css Color HEX #0A3AAD Egyptian Blue

📋 copy color: '#0A3AAD'

red 10 ◦ green 58 ◦ blue 173

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

Shades of Egyptian Blue #0A3AAD

Tints of Egyptian Blue #0A3AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

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

R = 4.15%
G = 24.07%
B = 71.78%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A3AAD (or 0x0A3AAD) is known color: Egyptian Blue. HEX triplet: 0A, 3A and AD. RGB value is (10,58,173). Sum of RGB (Red+Green+Blue) = 10+58+173=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A3AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3AAD is #F5C552. Grayscale: #383838. Windows color (decimal): -16106835 or 11352586. OLE color: 11352586.

HSL color Cylindrical-coordinate representation of color #0A3AAD: hue angle of 222.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3AAD is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 58 173 -
CMYK 0.94 0.66 0 0.32
HSL 222.33º 0.89% 0.36% -
HSV(B) 222.33º 0.94% 0.68% -
XYZ 9.18 6.11 40.23 -
YUV 56.76 193.6 94.65 -
System Red Green Blue C M Y K H S L
Decimal 10 58 173 0.94 0.66 0 0.32 222.33 0.89 0.36
Hex A 3A AD 5E 42 0 20 DE 59 24
Octal 12 72 255 136 102 0 40 336 131 44
Binary 1010 111010 10101101 1011110 1000010 0 100000 11011110 1011001 100100

Color Harmonies of #0A3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3AAD

Black with #0A3AAD

Text Example


Text Example

White with #0A3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,58,173); }

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

background-color css

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

 a { background-color: rgb(10,58,173); }

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

border-color css

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

 span { border-color: rgb(10,58,173); }

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