#1F3BA7

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

Shades of Egyptian Blue #1F3BA7

Tints of Egyptian Blue #1F3BA7

Color information

#1F3BA7 (or 0x1F3BA7) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3B and A7. RGB value is (31,59,167). Sum of RGB (Red+Green+Blue) = 31+59+167=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 167 (65.62% from 255 or 64.98% from 257); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F3BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3BA7 is #E0C458. Grayscale: #3E3E3E. Windows color (decimal): -14730329 or 10959647. OLE color: 10959647.

HSL color Cylindrical-coordinate representation of color #1F3BA7: hue angle of 227.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F3BA7 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3159167-
CMYK0.810.6500.35
HSL227.65º68.69%38.82%-
HSV(B)227.65º81.44%65.49%-
XYZ9.16.2137.28-
YUV62.94186.72105.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 167 (65.62% from 255) = 64.98%
R=12.06%
G=22.96%
B=64.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31591670.810.6500.35227.6568.6938.82
Hex1F3BA75141023e44527
Octal377324712110104334410547
Binary1111111101110100111101000110000010100011111001001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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