#1A33AE

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

Shades of Egyptian Blue #1A33AE

Tints of Egyptian Blue #1A33AE

Color information

#1A33AE (or 0x1A33AE) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 33 and AE. RGB value is (26,51,174). Sum of RGB (Red+Green+Blue) = 26+51+174=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A33AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A33AE is #E5CC51. Grayscale: #393939. Windows color (decimal): -15060050 or 11416346. OLE color: 11416346.

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

Color convert

RGB2651174-
CMYK0.850.7100.32
HSL229.86º74%39.22%-
HSV(B)229.86º85.06%68.24%-
XYZ9.255.6440.65-
YUV57.55193.72105.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=10.36%
G=20.32%
B=69.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26511740.850.7100.32229.867439.22
Hex1A33AE5547020e64a27
Octal326325612510704034611247
Binary1101011001110101110101010110001110100000111001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,174); }

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

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

 a { background-color: rgb(26,51,174); }

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

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

 span { border-color: rgb(26,51,174); }

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