#1a30a4

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

Shades of Egyptian Blue #1A30A4

Tints of Egyptian Blue #1A30A4

Color information

#1A30A4 (or 0x1A30A4) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 30 and A4. RGB value is (26,48,164). Sum of RGB (Red+Green+Blue) = 26+48+164=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 164 (64.45% from 255 or 68.91% from 238); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A30A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A30A4 is #E5CF5B. Grayscale: #363636. Windows color (decimal): -15060828 or 10760218. OLE color: 10760218.

HSL color Cylindrical-coordinate representation of color #1A30A4: hue angle of 230.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A30A4 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2648164-
CMYK0.840.7100.36
HSL230.43º72.63%37.25%-
HSV(B)230.43º84.15%64.31%-
XYZ8.185.0135.66-
YUV54.65189.71107.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 164 (64.45% from 255) = 68.91%
R=10.92%
G=20.17%
B=68.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26481640.840.7100.36230.4372.6337.25
Hex1A30A45447024e64925
Octal326024412410704434611145
Binary1101011000010100100101010010001110100100111001101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a30a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,164); }

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

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

 a { background-color: rgb(26,48,164); }

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

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

 span { border-color: rgb(26,48,164); }

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