#1A28AF

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

Shades of Egyptian Blue #1A28AF

Tints of Egyptian Blue #1A28AF

Color information

#1A28AF (or 0x1A28AF) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 28 and AF. RGB value is (26,40,175). Sum of RGB (Red+Green+Blue) = 26+40+175=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A28AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A28AF is #E5D750. Grayscale: #323232. Windows color (decimal): -15062865 or 11479066. OLE color: 11479066.

HSL color Cylindrical-coordinate representation of color #1A28AF: hue angle of 234.36º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A28AF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2640175-
CMYK0.850.7700.31
HSL234.36º74.13%39.41%-
HSV(B)234.36º85.14%68.63%-
XYZ8.924.8341.02-
YUV51.2197.86110.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.79%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 175 (68.75% from 255) = 72.61%
R=10.79%
G=16.60%
B=72.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26401750.850.7700.31234.3674.1339.41
Hex1A28AF554D01Fea4a27
Octal325025712511503735211247
Binary110101010001010111110101011001101011111111010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A28AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A28AF; }

 p { color: rgb(26,40,175); }

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

<style>
 a { background-color: #1A28AF; }

 a { background-color: rgb(26,40,175); }

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

<style>
 span { border-color: #1A28AF; }

 span { border-color: rgb(26,40,175); }

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