#16135E

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

Shades of Midnight Blue #16135E

Tints of Midnight Blue #16135E

Color information

#16135E (or 0x16135E) is unknown color: approx Midnight Blue. HEX triplet: 16, 13 and 5E. RGB value is (22,19,94). Sum of RGB (Red+Green+Blue) = 22+19+94=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #16135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16135E is #E9ECA1. Grayscale: #1C1C1C. Windows color (decimal): -15330466 or 6165270. OLE color: 6165270.

HSL color Cylindrical-coordinate representation of color #16135E: hue angle of 242.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16135E is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB221994-
CMYK0.770.8000.63
HSL242.4º66.37%22.16%-
HSV(B)242.4º79.79%36.86%-
XYZ2.581.4410.73-
YUV28.45164.99123.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 94 (37.11% from 255) = 69.63%
R=16.30%
G=14.07%
B=69.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2219940.770.8000.63242.466.3722.16
Hex16135E4D5003Ff24216
Octal262313611512007736210226
Binary1011010011101111010011011010000011111111110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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