#15294F

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

Shades of Bunting #15294F

Tints of Bunting #15294F

Color information

#15294F (or 0x15294F) is unknown color: approx Bunting. HEX triplet: 15, 29 and 4F. RGB value is (21,41,79). Sum of RGB (Red+Green+Blue) = 21+41+79=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #15294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15294F is #EAD6B0. Grayscale: #272727. Windows color (decimal): -15390385 or 5187861. OLE color: 5187861.

HSL color Cylindrical-coordinate representation of color #15294F: hue angle of 219.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15294F is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB214179-
CMYK0.730.4800.69
HSL219.31º58%19.61%-
HSV(B)219.31º73.42%30.98%-
XYZ2.512.317.71-
YUV39.35150.37114.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 79 (31.25% from 255) = 56.03%
R=14.89%
G=29.08%
B=56.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2141790.730.4800.69219.315819.61
Hex15294F4930045db3a14
Octal25511171116001053337224
Binary1010110100110011111001001110000010001011101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15294F; }

 p { color: rgb(21,41,79); }

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

<style>
 a { background-color: #15294F; }

 a { background-color: rgb(21,41,79); }

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

<style>
 span { border-color: #15294F; }

 span { border-color: rgb(21,41,79); }

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