#1A24AB

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

Shades of Egyptian Blue #1A24AB

Tints of Egyptian Blue #1A24AB

Color information

#1A24AB (or 0x1A24AB) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 24 and AB. RGB value is (26,36,171). Sum of RGB (Red+Green+Blue) = 26+36+171=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A24AB is #E5DB54. Grayscale: #2F2F2F. Windows color (decimal): -15063893 or 11215898. OLE color: 11215898.

HSL color Cylindrical-coordinate representation of color #1A24AB: hue angle of 235.86º 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 #1A24AB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2636171-
CMYK0.850.7900.33
HSL235.86º73.6%38.63%-
HSV(B)235.86º84.8%67.06%-
XYZ8.414.4238.94-
YUV48.4197.19112.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 171 (67.19% from 255) = 73.39%
R=11.16%
G=15.45%
B=73.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26361710.850.7900.33235.8673.638.63
Hex1A24AB554F021ec4a27
Octal324425312511704135411247
Binary1101010010010101011101010110011110100001111011001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,171); }

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

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

 a { background-color: rgb(26,36,171); }

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

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

 span { border-color: rgb(26,36,171); }

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