#1A28AC

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

Shades of Egyptian Blue #1A28AC

Tints of Egyptian Blue #1A28AC

Color information

#1A28AC (or 0x1A28AC) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 28 and AC. RGB value is (26,40,172). Sum of RGB (Red+Green+Blue) = 26+40+172=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A28AC is #E5D753. Grayscale: #323232. Windows color (decimal): -15062868 or 11282458. OLE color: 11282458.

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

Color convert

RGB2640172-
CMYK0.850.7700.33
HSL234.25º73.74%38.82%-
HSV(B)234.25º84.88%67.45%-
XYZ8.634.7239.49-
YUV50.86196.36110.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 172 (67.58% from 255) = 72.27%
R=10.92%
G=16.81%
B=72.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26401720.850.7700.33234.2573.7438.82
Hex1A28AC554D021ea4a27
Octal325025412511504135211247
Binary1101010100010101100101010110011010100001111010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A28AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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