Html Css Color HEX #161360 Midnight Blue

📋 copy color: '#161360'

red 22 ◦ green 19 ◦ blue 96

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

Shades of Midnight Blue #161360

Tints of Midnight Blue #161360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

 BLUE value IS 96 (37.89% from 255) = 70.07%

R = 16.06%
G = 13.87%
B = 70.07%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#161360 (or 0x161360) is known color: Midnight Blue. HEX triplet: 16, 13 and 60. RGB value is (22,19,96). Sum of RGB (Red+Green+Blue) = 22+19+96=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #161360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161360 is #E9EC9F. Grayscale: #1C1C1C. Windows color (decimal): -15330464 or 6296342. OLE color: 6296342.

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

Color convert

RGB 22 19 96 -
CMYK 0.77 0.80 0 0.62
HSL 242.34º 0.67% 0.23% -
HSV(B) 242.34º 0.8% 0.38% -
XYZ 2.68 1.48 11.21 -
YUV 28.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 22 19 96 0.77 0.80 0 0.62 242.34 0.67 0.23
Hex 16 13 60 4D 50 0 3E F2 43 17
Octal 26 23 140 115 120 0 76 362 103 27
Binary 10110 10011 1100000 1001101 1010000 0 111110 11110010 1000011 10111

Color Harmonies of #161360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161360

Black with #161360

Text Example


Text Example

White with #161360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161360; }

 p { color: rgb(22,19,96); }

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

background-color css

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

 a { background-color: rgb(22,19,96); }

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

border-color css

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

 span { border-color: rgb(22,19,96); }

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