#16135A

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

Shades of Midnight Blue #16135A

Tints of Midnight Blue #16135A

Color information

#16135A (or 0x16135A) is unknown color: approx Midnight Blue. HEX triplet: 16, 13 and 5A. RGB value is (22,19,90). Sum of RGB (Red+Green+Blue) = 22+19+90=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #16135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16135A is #E9ECA5. Grayscale: #1B1B1B. Windows color (decimal): -15330470 or 5903126. OLE color: 5903126.

HSL color Cylindrical-coordinate representation of color #16135A: hue angle of 242.54º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16135A is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB221990-
CMYK0.760.7900.65
HSL242.54º65.14%21.37%-
HSV(B)242.54º78.89%35.29%-
XYZ2.411.379.81-
YUV27.99162.99123.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 90 (35.55% from 255) = 68.70%
R=16.79%
G=14.50%
B=68.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2219900.760.7900.65242.5465.1421.37
Hex16135A4C4F041f34115
Octal2623132114117010136310125
Binary10110100111011010100110010011110100000111110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16135A; }

 p { color: rgb(22,19,90); }

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

<style>
 a { background-color: #16135A; }

 a { background-color: rgb(22,19,90); }

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

<style>
 span { border-color: #16135A; }

 span { border-color: rgb(22,19,90); }

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