#1F3B8D

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

Shades of Egyptian Blue #1F3B8D

Tints of Egyptian Blue #1F3B8D

Color information

#1F3B8D (or 0x1F3B8D) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3B and 8D. RGB value is (31,59,141). Sum of RGB (Red+Green+Blue) = 31+59+141=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F3B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3B8D is #E0C472. Grayscale: #3B3B3B. Windows color (decimal): -14730355 or 9255711. OLE color: 9255711.

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

Color convert

RGB3159141-
CMYK0.780.5800.45
HSL224.73º63.95%33.73%-
HSV(B)224.73º78.01%55.29%-
XYZ6.945.3425.86-
YUV59.98173.72107.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=13.42%
G=25.54%
B=61.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31591410.780.5800.45224.7363.9533.73
Hex1F3B8D4E3A02De14022
Octal37732151167205534110042
Binary111111110111000110110011101110100101101111000011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,141); }

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

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

 a { background-color: rgb(31,59,141); }

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

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

 span { border-color: rgb(31,59,141); }

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