Html Css Color HEX #0A3DAD Egyptian Blue

📋 copy color: '#0A3DAD'

red 10 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #0A3DAD

Tints of Egyptian Blue #0A3DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 4.1%
G = 25%
B = 70.9%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A3DAD (or 0x0A3DAD) is known color: Egyptian Blue. HEX triplet: 0A, 3D and AD. RGB value is (10,61,173). Sum of RGB (Red+Green+Blue) = 10+61+173=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A3DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3DAD is #F5C252. Grayscale: #3A3A3A. Windows color (decimal): -16106067 or 11353354. OLE color: 11353354.

HSL color Cylindrical-coordinate representation of color #0A3DAD: hue angle of 221.23º 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 #0A3DAD is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 61 173 -
CMYK 0.94 0.65 0 0.32
HSL 221.23º 0.89% 0.36% -
HSV(B) 221.23º 0.94% 0.68% -
XYZ 9.34 6.42 40.28 -
YUV 58.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 10 61 173 0.94 0.65 0 0.32 221.23 0.89 0.36
Hex A 3D AD 5E 41 0 20 DD 59 24
Octal 12 75 255 136 101 0 40 335 131 44
Binary 1010 111101 10101101 1011110 1000001 0 100000 11011101 1011001 100100

Color Harmonies of #0A3DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3DAD

Black with #0A3DAD

Text Example


Text Example

White with #0A3DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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