#0A31AF

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

Shades of Egyptian Blue #0A31AF

Tints of Egyptian Blue #0A31AF

Color information

#0A31AF (or 0x0A31AF) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 31 and AF. RGB value is (10,49,175). Sum of RGB (Red+Green+Blue) = 10+49+175=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A31AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A31AF is #F5CE50. Grayscale: #333333. Windows color (decimal): -16109137 or 11481354. OLE color: 11481354.

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

Color convert

RGB1049175-
CMYK0.940.7200.31
HSL225.82º89.19%36.27%-
HSV(B)225.82º94.29%68.63%-
XYZ8.965.3641.12-
YUV51.7197.5898.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 175 (68.75% from 255) = 74.79%
R=4.27%
G=20.94%
B=74.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10491750.940.7200.31225.8289.1936.27
HexA31AF5E4801Fe25924
Octal126125713611003734213144
Binary10101100011010111110111101001000011111111000101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A31AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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