#1431a3

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

Shades of Egyptian Blue #1431A3

Tints of Egyptian Blue #1431A3

Color information

#1431A3 (or 0x1431A3) is unknown color: approx Egyptian Blue. HEX triplet: 14, 31 and A3. RGB value is (20,49,163). Sum of RGB (Red+Green+Blue) = 20+49+163=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #1431A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1431A3 is #EBCE5C. Grayscale: #343434. Windows color (decimal): -15453789 or 10694932. OLE color: 10694932.

HSL color Cylindrical-coordinate representation of color #1431A3: hue angle of 227.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1431A3 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2049163-
CMYK0.880.7000.36
HSL227.83º78.14%35.88%-
HSV(B)227.83º87.73%63.92%-
XYZ84.9935.19-
YUV53.32189.89104.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=8.62%
G=21.12%
B=70.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20491630.880.7000.36227.8378.1435.88
Hex1431A35846024e44e24
Octal246124313010604434411644
Binary1010011000110100011101100010001100100100111001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1431a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1431a3; }

 p { color: rgb(20,49,163); }

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

<style>
 a { background-color: #1431a3; }

 a { background-color: rgb(20,49,163); }

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

<style>
 span { border-color: #1431a3; }

 span { border-color: rgb(20,49,163); }

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