#1B42AA

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

Shades of Egyptian Blue #1B42AA

Tints of Egyptian Blue #1B42AA

Color information

#1B42AA (or 0x1B42AA) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 42 and AA. RGB value is (27,66,170). Sum of RGB (Red+Green+Blue) = 27+66+170=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B42AA is #E4BD55. Grayscale: #414141. Windows color (decimal): -14990678 or 11158043. OLE color: 11158043.

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

Color convert

RGB2766170-
CMYK0.840.6100.33
HSL223.64º72.59%38.63%-
HSV(B)223.64º84.12%66.67%-
XYZ9.667.0338.88-
YUV66.19186.58100.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=10.27%
G=25.10%
B=64.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27661700.840.6100.33223.6472.5938.63
Hex1B42AA543D021e04927
Octal331022521247504134011147
Binary1101110000101010101010101001111010100001111000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,66,170); }

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

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

 a { background-color: rgb(27,66,170); }

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

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

 span { border-color: rgb(27,66,170); }

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