#1D314E

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

Shades of Bunting #1D314E

Tints of Bunting #1D314E

Color information

#1D314E (or 0x1D314E) is unknown color: approx Bunting. HEX triplet: 1D, 31 and 4E. RGB value is (29,49,78). Sum of RGB (Red+Green+Blue) = 29+49+78=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D314E is #E2CEB1. Grayscale: #2E2E2E. Windows color (decimal): -14864050 or 5124381. OLE color: 5124381.

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

Color convert

RGB294978-
CMYK0.630.3700.69
HSL215.51º45.79%20.98%-
HSV(B)215.51º62.82%30.59%-
XYZ2.983.017.63-
YUV46.33145.87115.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 78 (30.86% from 255) = 50%
R=18.59%
G=31.41%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2949780.630.3700.69215.5145.7920.98
Hex1D314E3F25045d82e15
Octal3561116774501053305625
Binary111011100011001110111111100101010001011101100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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