Html Css Color HEX #16006D Midnight Blue

📋 copy color: '#16006D'

red 22 ◦ green 0 ◦ blue 109

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

Shades of Midnight Blue #16006D

Tints of Midnight Blue #16006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 16.79%
G = 0%
B = 83.21%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#16006D (or 0x16006D) is known color: Midnight Blue. HEX triplet: 16, 00 and 6D. RGB value is (22,0,109). Sum of RGB (Red+Green+Blue) = 22+0+109=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #16006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16006D is #E9FF92. Grayscale: #121212. Windows color (decimal): -15335315 or 7143446. OLE color: 7143446.

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

Color convert

RGB 22 0 109 -
CMYK 0.80 1 0 0.57
HSL 252.11º 1% 0.21% -
HSV(B) 252.11º 1% 0.43% -
XYZ 3.09 1.27 14.55 -
YUV 19 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 22 0 109 0.80 1 0 0.57 252.11 1 0.21
Hex 16 0 6D 50 64 0 39 FC 64 15
Octal 26 0 155 120 144 0 71 374 144 25
Binary 10110 0 1101101 1010000 1100100 0 111001 11111100 1100100 10101

Color Harmonies of #16006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16006D

Black with #16006D

Text Example


Text Example

White with #16006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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