#1F359E

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

Shades of Egyptian Blue #1F359E

Tints of Egyptian Blue #1F359E

Color information

#1F359E (or 0x1F359E) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 35 and 9E. RGB value is (31,53,158). Sum of RGB (Red+Green+Blue) = 31+53+158=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F359E is #E0CA61. Grayscale: #393939. Windows color (decimal): -14731874 or 10368287. OLE color: 10368287.

HSL color Cylindrical-coordinate representation of color #1F359E: hue angle of 229.61º 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 #1F359E is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3153158-
CMYK0.800.6600.38
HSL229.61º67.2%37.06%-
HSV(B)229.61º80.38%61.96%-
XYZ8.015.3132.95-
YUV58.39184.21108.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=12.81%
G=21.90%
B=65.29%

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
Decimal31531580.800.6600.38229.6167.237.06
Hex1F359E5042026e64325
Octal376523612010204634610345
Binary1111111010110011110101000010000100100110111001101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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