Html Css Color HEX #16016D Midnight Blue

📋 copy color: '#16016D'

red 22 ◦ green 1 ◦ blue 109

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

Shades of Midnight Blue #16016D

Tints of Midnight Blue #16016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 16.67%
G = 0.76%
B = 82.58%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#16016D (or 0x16016D) is known color: Midnight Blue. HEX triplet: 16, 01 and 6D. RGB value is (22,1,109). Sum of RGB (Red+Green+Blue) = 22+1+109=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #16016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16016D is #E9FE92. Grayscale: #131313. Windows color (decimal): -15335059 or 7143702. OLE color: 7143702.

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

Color convert

RGB 22 1 109 -
CMYK 0.80 0.99 0 0.57
HSL 251.67º 0.98% 0.22% -
HSV(B) 251.67º 0.99% 0.43% -
XYZ 3.1 1.3 14.55 -
YUV 19.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 22 1 109 0.80 0.99 0 0.57 251.67 0.98 0.22
Hex 16 1 6D 50 63 0 39 FC 62 16
Octal 26 1 155 120 143 0 71 374 142 26
Binary 10110 1 1101101 1010000 1100011 0 111001 11111100 1100010 10110

Color Harmonies of #16016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16016D

Black with #16016D

Text Example


Text Example

White with #16016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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