Html Css Color HEX #160070 Midnight Blue

📋 copy color: '#160070'

red 22 ◦ green 0 ◦ blue 112

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

Shades of Midnight Blue #160070

Tints of Midnight Blue #160070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 83.58%

R = 16.42%
G = 0%
B = 83.58%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#160070 (or 0x160070) is known color: Midnight Blue. HEX triplet: 16, 00 and 70. RGB value is (22,0,112). Sum of RGB (Red+Green+Blue) = 22+0+112=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #160070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160070 is #E9FF8F. Grayscale: #121212. Windows color (decimal): -15335312 or 7340054. OLE color: 7340054.

HSL color Cylindrical-coordinate representation of color #160070: hue angle of 251.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160070 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 0 112 -
CMYK 0.80 1 0 0.56
HSL 251.79º 1% 0.22% -
HSV(B) 251.79º 1% 0.44% -
XYZ 3.26 1.34 15.42 -
YUV 19.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 22 0 112 0.80 1 0 0.56 251.79 1 0.22
Hex 16 0 70 50 64 0 38 FC 64 16
Octal 26 0 160 120 144 0 70 374 144 26
Binary 10110 0 1110000 1010000 1100100 0 111000 11111100 1100100 10110

Color Harmonies of #160070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160070

Black with #160070

Text Example


Text Example

White with #160070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160070; }

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

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

background-color css

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

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

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

border-color css

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

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

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