#1426AF

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

Shades of Egyptian Blue #1426AF

Tints of Egyptian Blue #1426AF

Color information

#1426AF (or 0x1426AF) is unknown color: approx Egyptian Blue. HEX triplet: 14, 26 and AF. RGB value is (20,38,175). Sum of RGB (Red+Green+Blue) = 20+38+175=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #1426AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1426AF is #EBD950. Grayscale: #2F2F2F. Windows color (decimal): -15456593 or 11478548. OLE color: 11478548.

HSL color Cylindrical-coordinate representation of color #1426AF: hue angle of 233.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1426AF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2038175-
CMYK0.890.7800.31
HSL233.03º79.49%38.24%-
HSV(B)233.03º88.57%68.63%-
XYZ8.724.6340.99-
YUV48.24199.54107.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 175 (68.75% from 255) = 75.11%
R=8.58%
G=16.31%
B=75.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20381750.890.7800.31233.0379.4938.24
Hex1426AF594E01Fe94f26
Octal244625713111603735111746
Binary101001001101010111110110011001110011111111010011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1426AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,38,175); }

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

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

 a { background-color: rgb(20,38,175); }

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

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

 span { border-color: rgb(20,38,175); }

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