#1035AB

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

Shades of Egyptian Blue #1035AB

Tints of Egyptian Blue #1035AB

Color information

#1035AB (or 0x1035AB) is unknown color: approx Egyptian Blue. HEX triplet: 10, 35 and AB. RGB value is (16,53,171). Sum of RGB (Red+Green+Blue) = 16+53+171=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1035AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1035AB is #EFCA54. Grayscale: #363636. Windows color (decimal): -15714901 or 11220240. OLE color: 11220240.

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

Color convert

RGB1653171-
CMYK0.910.6900.33
HSL225.68º82.89%36.67%-
HSV(B)225.68º90.64%67.06%-
XYZ8.845.639.14-
YUV55.39193.2499.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=6.67%
G=22.08%
B=71.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16531710.910.6900.33225.6882.8936.67
Hex1035AB5B45021e25325
Octal206525313310504134212345
Binary1000011010110101011101101110001010100001111000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1035AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1035AB; }

 p { color: rgb(16,53,171); }

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

<style>
 a { background-color: #1035AB; }

 a { background-color: rgb(16,53,171); }

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

<style>
 span { border-color: #1035AB; }

 span { border-color: rgb(16,53,171); }

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