#1F368E

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

Shades of Egyptian Blue #1F368E

Tints of Egyptian Blue #1F368E

Color information

#1F368E (or 0x1F368E) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 36 and 8E. RGB value is (31,54,142). Sum of RGB (Red+Green+Blue) = 31+54+142=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F368E is #E0C971. Grayscale: #383838. Windows color (decimal): -14731634 or 9319967. OLE color: 9319967.

HSL color Cylindrical-coordinate representation of color #1F368E: hue angle of 227.57º 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 #1F368E is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3154142-
CMYK0.780.6200.44
HSL227.57º64.16%33.92%-
HSV(B)227.57º78.17%55.69%-
XYZ6.774.8826.18-
YUV57.16175.88109.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=13.66%
G=23.79%
B=62.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31541420.780.6200.44227.5764.1633.92
Hex1F368E4E3E02Ce44022
Octal37662161167605434410042
Binary111111101101000111010011101111100101100111001001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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