#0A34AC

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

Shades of Egyptian Blue #0A34AC

Tints of Egyptian Blue #0A34AC

Color information

#0A34AC (or 0x0A34AC) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 34 and AC. RGB value is (10,52,172). Sum of RGB (Red+Green+Blue) = 10+52+172=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A34AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A34AC is #F5CB53. Grayscale: #343434. Windows color (decimal): -16108372 or 11285514. OLE color: 11285514.

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

Color convert

RGB1052172-
CMYK0.940.7000.33
HSL224.44º89.01%35.69%-
HSV(B)224.44º94.19%67.45%-
XYZ8.85.539.63-
YUV53.12195.0997.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 172 (67.58% from 255) = 73.50%
R=4.27%
G=22.22%
B=73.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10521720.940.7000.33224.4489.0135.69
HexA34AC5E46021e05924
Octal126425413610604134013144
Binary101011010010101100101111010001100100001111000001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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