Html Css Color HEX #16155E Midnight Blue

📋 copy color: '#16155E'

red 22 ◦ green 21 ◦ blue 94

#16155E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #16155E

Tints of Midnight Blue #16155E

RGB

 RED value IS 22 (8.98% from 255) = 16.06%

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 94 (37.11% from 255) = 68.61%

R = 16.06%
G = 15.33%
B = 68.61%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#16155E (or 0x16155E) is known color: Midnight Blue. HEX triplet: 16, 15 and 5E. RGB value is (22,21,94). Sum of RGB (Red+Green+Blue) = 22+21+94=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #16155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16155E is #E9EAA1. Grayscale: #1D1D1D. Windows color (decimal): -15329954 or 6165782. OLE color: 6165782.

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

Color convert

RGB 22 21 94 -
CMYK 0.77 0.78 0 0.63
HSL 240.82º 0.63% 0.23% -
HSV(B) 240.82º 0.78% 0.37% -
XYZ 2.62 1.52 10.74 -
YUV 29.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 22 21 94 0.77 0.78 0 0.63 240.82 0.63 0.23
Hex 16 15 5E 4D 4E 0 3F F1 3F 17
Octal 26 25 136 115 116 0 77 361 77 27
Binary 10110 10101 1011110 1001101 1001110 0 111111 11110001 111111 10111

Color Harmonies of #16155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16155E

Black with #16155E

Text Example


Text Example

White with #16155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #16155E;
 }
 .AnyTagClassName
 {
   color: #16155E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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