#0A36AF

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

Shades of Egyptian Blue #0A36AF

Tints of Egyptian Blue #0A36AF

Color information

#0A36AF (or 0x0A36AF) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 36 and AF. RGB value is (10,54,175). Sum of RGB (Red+Green+Blue) = 10+54+175=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A36AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A36AF is #F5C950. Grayscale: #363636. Windows color (decimal): -16107857 or 11482634. OLE color: 11482634.

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

Color convert

RGB1054175-
CMYK0.940.6900.31
HSL224º89.19%36.27%-
HSV(B)224º94.29%68.63%-
XYZ9.185.841.19-
YUV54.64195.9296.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 175 (68.75% from 255) = 73.22%
R=4.18%
G=22.59%
B=73.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10541750.940.6900.3122489.1936.27
HexA36AF5E4501Fe05924
Octal126625713610503734013144
Binary10101101101010111110111101000101011111111000001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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