#1F359D

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

Shades of Egyptian Blue #1F359D

Tints of Egyptian Blue #1F359D

Color information

#1F359D (or 0x1F359D) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 35 and 9D. RGB value is (31,53,157). Sum of RGB (Red+Green+Blue) = 31+53+157=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F359D is #E0CA62. Grayscale: #393939. Windows color (decimal): -14731875 or 10302751. OLE color: 10302751.

HSL color Cylindrical-coordinate representation of color #1F359D: hue angle of 229.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F359D is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3153157-
CMYK0.800.6600.38
HSL229.52º67.02%36.86%-
HSV(B)229.52º80.25%61.57%-
XYZ7.925.2732.5-
YUV58.28183.71108.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=12.86%
G=21.99%
B=65.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31531570.800.6600.38229.5267.0236.86
Hex1F359D5042026e64325
Octal376523512010204634610345
Binary1111111010110011101101000010000100100110111001101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,157); }

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

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

 a { background-color: rgb(31,53,157); }

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

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

 span { border-color: rgb(31,53,157); }

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