#19294E

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

Shades of Bunting #19294E

Tints of Bunting #19294E

Color information

#19294E (or 0x19294E) is unknown color: approx Bunting. HEX triplet: 19, 29 and 4E. RGB value is (25,41,78). Sum of RGB (Red+Green+Blue) = 25+41+78=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #19294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19294E is #E6D6B1. Grayscale: #282828. Windows color (decimal): -15128242 or 5122329. OLE color: 5122329.

HSL color Cylindrical-coordinate representation of color #19294E: hue angle of 221.89º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19294E is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB254178-
CMYK0.680.4700.69
HSL221.89º51.46%20.2%-
HSV(B)221.89º67.95%30.59%-
XYZ2.572.347.52-
YUV40.43149.2116.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=17.36%
G=28.47%
B=54.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2541780.680.4700.69221.8951.4620.2
Hex19294E442F045de3314
Octal31511161045701053366324
Binary1100110100110011101000100101111010001011101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19294E; }

 p { color: rgb(25,41,78); }

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

<style>
 a { background-color: #19294E; }

 a { background-color: rgb(25,41,78); }

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

<style>
 span { border-color: #19294E; }

 span { border-color: rgb(25,41,78); }

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