#1A2F8B

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

Shades of Egyptian Blue #1A2F8B

Tints of Egyptian Blue #1A2F8B

Color information

#1A2F8B (or 0x1A2F8B) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2F and 8B. RGB value is (26,47,139). Sum of RGB (Red+Green+Blue) = 26+47+139=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A2F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F8B is #E5D074. Grayscale: #323232. Windows color (decimal): -15061109 or 9121562. OLE color: 9121562.

HSL color Cylindrical-coordinate representation of color #1A2F8B: hue angle of 228.85º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2F8B is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2647139-
CMYK0.810.6600.45
HSL228.85º68.48%32.35%-
HSV(B)228.85º81.29%54.51%-
XYZ6.14.1224.9-
YUV51.21177.54110.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 139 (54.69% from 255) = 65.57%
R=12.26%
G=22.17%
B=65.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26471390.810.6600.45228.8568.4832.35
Hex1A2F8B514202De54420
Octal325721312110205534510440
Binary1101010111110001011101000110000100101101111001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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