Html Css Color HEX #160676 Midnight Blue

📋 copy color: '#160676'

red 22 ◦ green 6 ◦ blue 118

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

Shades of Midnight Blue #160676

Tints of Midnight Blue #160676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 118 (46.48% from 255) = 80.82%

R = 15.07%
G = 4.11%
B = 80.82%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#160676 (or 0x160676) is known color: Midnight Blue. HEX triplet: 16, 06 and 76. RGB value is (22,6,118). Sum of RGB (Red+Green+Blue) = 22+6+118=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 118 (46.48% from 255 or 80.82% from 146); Max value from RGB is 118 - color contains mainly: blue. Hex color #160676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160676 is #E9F989. Grayscale: #171717. Windows color (decimal): -15333770 or 7734806. OLE color: 7734806.

HSL color Cylindrical-coordinate representation of color #160676: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160676 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 6 118 -
CMYK 0.81 0.95 0 0.54
HSL 248.57º 0.9% 0.24% -
HSV(B) 248.57º 0.95% 0.46% -
XYZ 3.67 1.61 17.26 -
YUV 23.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 22 6 118 0.81 0.95 0 0.54 248.57 0.9 0.24
Hex 16 6 76 51 5F 0 36 F9 5A 18
Octal 26 6 166 121 137 0 66 371 132 30
Binary 10110 110 1110110 1010001 1011111 0 110110 11111001 1011010 11000

Color Harmonies of #160676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160676

Black with #160676

Text Example


Text Example

White with #160676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160676; }

 p { color: rgb(22,6,118); }

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

background-color css

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

 a { background-color: rgb(22,6,118); }

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

border-color css

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

 span { border-color: rgb(22,6,118); }

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