#1A2F96

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

Shades of Egyptian Blue #1A2F96

Tints of Egyptian Blue #1A2F96

Color information

#1A2F96 (or 0x1A2F96) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2F and 96. RGB value is (26,47,150). Sum of RGB (Red+Green+Blue) = 26+47+150=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A2F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F96 is #E5D069. Grayscale: #343434. Windows color (decimal): -15061098 or 9842458. OLE color: 9842458.

HSL color Cylindrical-coordinate representation of color #1A2F96: hue angle of 229.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A2F96 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2647150-
CMYK0.830.6900.41
HSL229.84º70.45%34.51%-
HSV(B)229.84º82.67%58.82%-
XYZ6.954.4529.35-
YUV52.46183.04109.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.66%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=11.66%
G=21.08%
B=67.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26471500.830.6900.41229.8470.4534.51
Hex1A2F965345029e64623
Octal325722612310505134610643
Binary1101010111110010110101001110001010101001111001101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,47,150); }

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

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

 a { background-color: rgb(26,47,150); }

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

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

 span { border-color: rgb(26,47,150); }

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