#1F314F

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

Shades of Bunting #1F314F

Tints of Bunting #1F314F

Color information

#1F314F (or 0x1F314F) is unknown color: approx Bunting. HEX triplet: 1F, 31 and 4F. RGB value is (31,49,79). Sum of RGB (Red+Green+Blue) = 31+49+79=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F314F is #E0CEB0. Grayscale: #2E2E2E. Windows color (decimal): -14732977 or 5189919. OLE color: 5189919.

HSL color Cylindrical-coordinate representation of color #1F314F: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F314F is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB314979-
CMYK0.610.3800.69
HSL217.5º43.64%21.57%-
HSV(B)217.5º60.76%30.98%-
XYZ3.073.057.82-
YUV47.04146.04116.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=19.50%
G=30.82%
B=49.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3149790.610.3800.69217.543.6421.57
Hex1F314F3D26045da2c16
Octal3761117754601053325426
Binary111111100011001111111101100110010001011101101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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