Html Css Color HEX #16076D Midnight Blue

📋 copy color: '#16076D'

red 22 ◦ green 7 ◦ blue 109

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

Shades of Midnight Blue #16076D

Tints of Midnight Blue #16076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

 BLUE value IS 109 (42.97% from 255) = 78.99%

R = 15.94%
G = 5.07%
B = 78.99%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#16076D (or 0x16076D) is known color: Midnight Blue. HEX triplet: 16, 07 and 6D. RGB value is (22,7,109). Sum of RGB (Red+Green+Blue) = 22+7+109=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #16076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16076D is #E9F892. Grayscale: #161616. Windows color (decimal): -15333523 or 7145238. OLE color: 7145238.

HSL color Cylindrical-coordinate representation of color #16076D: hue angle of 248.82º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16076D is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 22 7 109 -
CMYK 0.80 0.94 0 0.57
HSL 248.82º 0.88% 0.23% -
HSV(B) 248.82º 0.94% 0.43% -
XYZ 3.17 1.43 14.58 -
YUV 23.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 22 7 109 0.80 0.94 0 0.57 248.82 0.88 0.23
Hex 16 7 6D 50 5E 0 39 F9 58 17
Octal 26 7 155 120 136 0 71 371 130 27
Binary 10110 111 1101101 1010000 1011110 0 111001 11111001 1011000 10111

Color Harmonies of #16076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16076D

Black with #16076D

Text Example


Text Example

White with #16076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16076D; }

 p { color: rgb(22,7,109); }

 H1.HeaderClassName
 {
   color: #16076D;
 }
 .AnyTagClassName
 {
   color: #16076D;
 }
</style>

background-color css

<style>
 a { background-color: #16076D; }

 a { background-color: rgb(22,7,109); }

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

border-color css

<style>
 span { border-color: #16076D; }

 span { border-color: rgb(22,7,109); }

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