#0A2CAC

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

Shades of Egyptian Blue #0A2CAC

Tints of Egyptian Blue #0A2CAC

Color information

#0A2CAC (or 0x0A2CAC) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 2C and AC. RGB value is (10,44,172). Sum of RGB (Red+Green+Blue) = 10+44+172=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A2CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2CAC is #F5D353. Grayscale: #2F2F2F. Windows color (decimal): -16110420 or 11283466. OLE color: 11283466.

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

Color convert

RGB1044172-
CMYK0.940.7400.33
HSL227.41º89.01%35.69%-
HSV(B)227.41º94.19%67.45%-
XYZ8.474.8439.52-
YUV48.43197.74100.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.42%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 172 (67.58% from 255) = 76.11%
R=4.42%
G=19.47%
B=76.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10441720.940.7400.33227.4189.0135.69
HexA2CAC5E4A021e35924
Octal125425413611204134313144
Binary101010110010101100101111010010100100001111000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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