#1043AB

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

Shades of Egyptian Blue #1043AB

Tints of Egyptian Blue #1043AB

Color information

#1043AB (or 0x1043AB) is unknown color: approx Egyptian Blue. HEX triplet: 10, 43 and AB. RGB value is (16,67,171). Sum of RGB (Red+Green+Blue) = 16+67+171=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #1043AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1043AB is #EFBC54. Grayscale: #3F3F3F. Windows color (decimal): -15711317 or 11223824. OLE color: 11223824.

HSL color Cylindrical-coordinate representation of color #1043AB: hue angle of 220.26º 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 #1043AB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1667171-
CMYK0.910.6100.33
HSL220.26º82.89%36.67%-
HSV(B)220.26º90.64%67.06%-
XYZ9.577.0639.39-
YUV63.61188.694.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 171 (67.19% from 255) = 67.32%
R=6.30%
G=26.38%
B=67.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16671710.910.6100.33220.2682.8936.67
Hex1043AB5B3D021dc5325
Octal201032531337504133412345
Binary1000010000111010101110110111111010100001110111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1043AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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