#1034AF

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

Shades of Egyptian Blue #1034AF

Tints of Egyptian Blue #1034AF

Color information

#1034AF (or 0x1034AF) is unknown color: approx Egyptian Blue. HEX triplet: 10, 34 and AF. RGB value is (16,52,175). Sum of RGB (Red+Green+Blue) = 16+52+175=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #1034AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1034AF is #EFCB50. Grayscale: #363636. Windows color (decimal): -15715153 or 11482128. OLE color: 11482128.

HSL color Cylindrical-coordinate representation of color #1034AF: hue angle of 226.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1034AF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1652175-
CMYK0.910.7000.31
HSL226.42º83.25%37.45%-
HSV(B)226.42º90.86%68.63%-
XYZ9.185.6641.17-
YUV55.26195.57100-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 175 (68.75% from 255) = 72.02%
R=6.58%
G=21.40%
B=72.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16521750.910.7000.31226.4283.2537.45
Hex1034AF5B4601Fe25325
Octal206425713310603734212345
Binary100001101001010111110110111000110011111111000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1034AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1034AF; }

 p { color: rgb(16,52,175); }

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

<style>
 a { background-color: #1034AF; }

 a { background-color: rgb(16,52,175); }

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

<style>
 span { border-color: #1034AF; }

 span { border-color: rgb(16,52,175); }

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