#0A31AB

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

Shades of Egyptian Blue #0A31AB

Tints of Egyptian Blue #0A31AB

Color information

#0A31AB (or 0x0A31AB) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 31 and AB. RGB value is (10,49,171). Sum of RGB (Red+Green+Blue) = 10+49+171=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A31AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A31AB is #F5CE54. Grayscale: #323232. Windows color (decimal): -16109141 or 11219210. OLE color: 11219210.

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

Color convert

RGB1049171-
CMYK0.940.7100.33
HSL225.47º88.95%35.49%-
HSV(B)225.47º94.15%67.06%-
XYZ8.575.239.08-
YUV51.25195.5898.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=4.35%
G=21.30%
B=74.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10491710.940.7100.33225.4788.9535.49
HexA31AB5E47021e15923
Octal126125313610704134113143
Binary101011000110101011101111010001110100001111000011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A31AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,171); }

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

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

 a { background-color: rgb(10,49,171); }

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

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

 span { border-color: rgb(10,49,171); }

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