#1F314E

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

Shades of Bunting #1F314E

Tints of Bunting #1F314E

Color information

#1F314E (or 0x1F314E) is unknown color: approx Bunting. HEX triplet: 1F, 31 and 4E. RGB value is (31,49,78). Sum of RGB (Red+Green+Blue) = 31+49+78=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F314E is #E0CEB1. Grayscale: #2E2E2E. Windows color (decimal): -14732978 or 5124383. OLE color: 5124383.

HSL color Cylindrical-coordinate representation of color #1F314E: hue angle of 217.02º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F314E is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB314978-
CMYK0.600.3700.69
HSL217.02º43.12%21.37%-
HSV(B)217.02º60.26%30.59%-
XYZ3.043.047.63-
YUV46.92145.54116.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=19.62%
G=31.01%
B=49.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3149780.600.3700.69217.0243.1221.37
Hex1F314E3C25045d92b15
Octal3761116744501053315325
Binary111111100011001110111100100101010001011101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,78); }

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

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

 a { background-color: rgb(31,49,78); }

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

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

 span { border-color: rgb(31,49,78); }

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