#1A2A98

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

Shades of Egyptian Blue #1A2A98

Tints of Egyptian Blue #1A2A98

Color information

#1A2A98 (or 0x1A2A98) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2A and 98. RGB value is (26,42,152). Sum of RGB (Red+Green+Blue) = 26+42+152=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A2A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2A98 is #E5D567. Grayscale: #313131. Windows color (decimal): -15062376 or 9972250. OLE color: 9972250.

HSL color Cylindrical-coordinate representation of color #1A2A98: hue angle of 232.38º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A2A98 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2642152-
CMYK0.830.7200.40
HSL232.38º70.79%34.9%-
HSV(B)232.38º82.89%59.61%-
XYZ6.924.1430.14-
YUV49.76185.7111.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 152 (59.77% from 255) = 69.09%
R=11.82%
G=19.09%
B=69.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26421520.830.7200.40232.3870.7934.9
Hex1A2A985348028e84723
Octal325223012311005035010743
Binary1101010101010011000101001110010000101000111010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,42,152); }

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

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

 a { background-color: rgb(26,42,152); }

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

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

 span { border-color: rgb(26,42,152); }

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