#16294E

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

Shades of Bunting #16294E

Tints of Bunting #16294E

Color information

#16294E (or 0x16294E) is unknown color: approx Bunting. HEX triplet: 16, 29 and 4E. RGB value is (22,41,78). Sum of RGB (Red+Green+Blue) = 22+41+78=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #16294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16294E is #E9D6B1. Grayscale: #272727. Windows color (decimal): -15324850 or 5122326. OLE color: 5122326.

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

Color convert

RGB224178-
CMYK0.720.4700.69
HSL219.64º56%19.61%-
HSV(B)219.64º71.79%30.59%-
XYZ2.52.317.52-
YUV39.54149.71115.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=15.60%
G=29.08%
B=55.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2241780.720.4700.69219.645619.61
Hex16294E482F045dc3814
Octal26511161105701053347024
Binary1011010100110011101001000101111010001011101110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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