Html Css Color HEX #0A39AD Egyptian Blue

📋 copy color: '#0A39AD'

red 10 ◦ green 57 ◦ blue 173

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

Shades of Egyptian Blue #0A39AD

Tints of Egyptian Blue #0A39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

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

R = 4.17%
G = 23.75%
B = 72.08%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A39AD (or 0x0A39AD) is known color: Egyptian Blue. HEX triplet: 0A, 39 and AD. RGB value is (10,57,173). Sum of RGB (Red+Green+Blue) = 10+57+173=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A39AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A39AD is #F5C652. Grayscale: #373737. Windows color (decimal): -16107091 or 11352330. OLE color: 11352330.

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

Color convert

RGB 10 57 173 -
CMYK 0.94 0.67 0 0.32
HSL 222.7º 0.89% 0.36% -
HSV(B) 222.7º 0.94% 0.68% -
XYZ 9.13 6.01 40.21 -
YUV 56.17 193.93 95.07 -
System Red Green Blue C M Y K H S L
Decimal 10 57 173 0.94 0.67 0 0.32 222.7 0.89 0.36
Hex A 39 AD 5E 43 0 20 DF 59 24
Octal 12 71 255 136 103 0 40 337 131 44
Binary 1010 111001 10101101 1011110 1000011 0 100000 11011111 1011001 100100

Color Harmonies of #0A39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A39AD

Black with #0A39AD

Text Example


Text Example

White with #0A39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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