#1F2B93

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

Shades of Egyptian Blue #1F2B93

Tints of Egyptian Blue #1F2B93

Color information

#1F2B93 (or 0x1F2B93) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2B and 93. RGB value is (31,43,147). Sum of RGB (Red+Green+Blue) = 31+43+147=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F2B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2B93 is #E0D46C. Grayscale: #323232. Windows color (decimal): -14734445 or 9644831. OLE color: 9644831.

HSL color Cylindrical-coordinate representation of color #1F2B93: hue angle of 233.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2B93 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3143147-
CMYK0.790.7100.42
HSL233.79º65.17%34.9%-
HSV(B)233.79º78.91%57.65%-
XYZ6.74.1328.05-
YUV51.27182.02113.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=14.03%
G=19.46%
B=66.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31431470.790.7100.42233.7965.1734.9
Hex1F2B934F4702Aea4123
Octal375322311710705235210143
Binary1111110101110010011100111110001110101010111010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,147); }

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

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

 a { background-color: rgb(31,43,147); }

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

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

 span { border-color: rgb(31,43,147); }

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