#16146C

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

Shades of Midnight Blue #16146C

Tints of Midnight Blue #16146C

Color information

#16146C (or 0x16146C) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 6C. RGB value is (22,20,108). Sum of RGB (Red+Green+Blue) = 22+20+108=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #16146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16146C is #E9EB93. Grayscale: #1E1E1E. Windows color (decimal): -15330196 or 7083030. OLE color: 7083030.

HSL color Cylindrical-coordinate representation of color #16146C: hue angle of 241.36º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16146C is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2220108-
CMYK0.800.8100.58
HSL241.36º68.75%25.1%-
HSV(B)241.36º81.48%42.35%-
XYZ3.291.7514.35-
YUV30.63171.66121.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 108 (42.58% from 255) = 72%
R=14.67%
G=13.33%
B=72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22201080.800.8100.58241.3668.7525.1
Hex16146C505103Af14519
Octal262415412012107236110531
Binary1011010100110110010100001010001011101011110001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,20,108); }

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

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

 a { background-color: rgb(22,20,108); }

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

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

 span { border-color: rgb(22,20,108); }

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