#0A35AF

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

Shades of Egyptian Blue #0A35AF

Tints of Egyptian Blue #0A35AF

Color information

#0A35AF (or 0x0A35AF) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 35 and AF. RGB value is (10,53,175). Sum of RGB (Red+Green+Blue) = 10+53+175=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A35AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A35AF is #F5CA50. Grayscale: #353535. Windows color (decimal): -16108113 or 11482378. OLE color: 11482378.

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

Color convert

RGB1053175-
CMYK0.940.7000.31
HSL224.36º89.19%36.27%-
HSV(B)224.36º94.29%68.63%-
XYZ9.145.7141.18-
YUV54.05196.2596.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.20%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 175 (68.75% from 255) = 73.53%
R=4.20%
G=22.27%
B=73.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10531750.940.7000.31224.3689.1936.27
HexA35AF5E4601Fe05924
Octal126525713610603734013144
Binary10101101011010111110111101000110011111111000001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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