Html Css Color HEX #160061 Midnight Blue

📋 copy color: '#160061'

red 22 ◦ green 0 ◦ blue 97

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

Shades of Midnight Blue #160061

Tints of Midnight Blue #160061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 81.51%

R = 18.49%
G = 0%
B = 81.51%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#160061 (or 0x160061) is known color: Midnight Blue. HEX triplet: 16, 00 and 61. RGB value is (22,0,97). Sum of RGB (Red+Green+Blue) = 22+0+97=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #160061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160061 is #E9FF9E. Grayscale: #111111. Windows color (decimal): -15335327 or 6357014. OLE color: 6357014.

HSL color Cylindrical-coordinate representation of color #160061: hue angle of 253.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160061 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 0 97 -
CMYK 0.77 1 0 0.62
HSL 253.61º 1% 0.19% -
HSV(B) 253.61º 1% 0.38% -
XYZ 2.49 1.03 11.38 -
YUV 17.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 22 0 97 0.77 1 0 0.62 253.61 1 0.19
Hex 16 0 61 4D 64 0 3E FE 64 13
Octal 26 0 141 115 144 0 76 376 144 23
Binary 10110 0 1100001 1001101 1100100 0 111110 11111110 1100100 10011

Color Harmonies of #160061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160061

Black with #160061

Text Example


Text Example

White with #160061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160061; }

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

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

background-color css

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

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

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

border-color css

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

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

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