#1F288E

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

Shades of Egyptian Blue #1F288E

Tints of Egyptian Blue #1F288E

Color information

#1F288E (or 0x1F288E) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 28 and 8E. RGB value is (31,40,142). Sum of RGB (Red+Green+Blue) = 31+40+142=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F288E is #E0D771. Grayscale: #303030. Windows color (decimal): -14735218 or 9316383. OLE color: 9316383.

HSL color Cylindrical-coordinate representation of color #1F288E: hue angle of 235.14º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F288E is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3140142-
CMYK0.780.7200.44
HSL235.14º64.16%33.92%-
HSV(B)235.14º78.17%55.69%-
XYZ6.213.7625.99-
YUV48.94180.52115.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 142 (55.86% from 255) = 66.67%
R=14.55%
G=18.78%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31401420.780.7200.44235.1464.1633.92
Hex1F288E4E4802Ceb4022
Octal375021611611005435310042
Binary1111110100010001110100111010010000101100111010111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,142); }

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

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

 a { background-color: rgb(31,40,142); }

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

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

 span { border-color: rgb(31,40,142); }

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