#16297C

Color #16297C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #16297C

Tints of Midnight Blue #16297C

Color information

#16297C (or 0x16297C) is unknown color: approx Midnight Blue. HEX triplet: 16, 29 and 7C. RGB value is (22,41,124). Sum of RGB (Red+Green+Blue) = 22+41+124=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #16297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16297C is #E9D683. Grayscale: #2C2C2C. Windows color (decimal): -15324804 or 8136982. OLE color: 8136982.

HSL color Cylindrical-coordinate representation of color #16297C: hue angle of 228.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16297C is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2241124-
CMYK0.820.6700.51
HSL228.82º69.86%28.63%-
HSV(B)228.82º82.26%48.63%-
XYZ4.763.2119.44-
YUV44.78172.71111.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=11.76%
G=21.93%
B=66.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22411240.820.6700.51228.8269.8628.63
Hex16297C5243033e5461d
Octal265117412210306334510635
Binary10110101001111110010100101000011011001111100101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16297C; }

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

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

<style>
 a { background-color: #16297C; }

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

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

<style>
 span { border-color: #16297C; }

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

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