#0A39AC

Color #0A39AC Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0A39AC

Tints of Egyptian Blue #0A39AC

Color information

#0A39AC (or 0x0A39AC) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 39 and AC. RGB value is (10,57,172). Sum of RGB (Red+Green+Blue) = 10+57+172=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A39AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A39AC is #F5C653. Grayscale: #373737. Windows color (decimal): -16107092 or 11286794. OLE color: 11286794.

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

Color convert

RGB1057172-
CMYK0.940.6700.33
HSL222.59º89.01%35.69%-
HSV(B)222.59º94.19%67.45%-
XYZ9.035.9739.71-
YUV56.06193.4395.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 172 (67.58% from 255) = 71.97%
R=4.18%
G=23.85%
B=71.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10571720.940.6700.33222.5989.0135.69
HexA39AC5E43021df5924
Octal127125413610304133713144
Binary101011100110101100101111010000110100001110111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A39AC;
 }
 .AnyTagClassName
 {
   color: #0A39AC;
 }
</style>
background-color css

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

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

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

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

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

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