Html Css Color HEX #161463 Midnight Blue

📋 copy color: '#161463'

red 22 ◦ green 20 ◦ blue 99

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

Shades of Midnight Blue #161463

Tints of Midnight Blue #161463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 99 (39.06% from 255) = 70.21%

R = 15.6%
G = 14.18%
B = 70.21%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#161463 (or 0x161463) is known color: Midnight Blue. HEX triplet: 16, 14 and 63. RGB value is (22,20,99). Sum of RGB (Red+Green+Blue) = 22+20+99=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #161463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161463 is #E9EB9C. Grayscale: #1D1D1D. Windows color (decimal): -15330205 or 6493206. OLE color: 6493206.

HSL color Cylindrical-coordinate representation of color #161463: hue angle of 241.52º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161463 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 20 99 -
CMYK 0.78 0.80 0 0.61
HSL 241.52º 0.66% 0.23% -
HSV(B) 241.52º 0.8% 0.39% -
XYZ 2.83 1.57 11.96 -
YUV 29.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 22 20 99 0.78 0.80 0 0.61 241.52 0.66 0.23
Hex 16 14 63 4E 50 0 3D F2 42 17
Octal 26 24 143 116 120 0 75 362 102 27
Binary 10110 10100 1100011 1001110 1010000 0 111101 11110010 1000010 10111

Color Harmonies of #161463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161463

Black with #161463

Text Example


Text Example

White with #161463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161463; }

 p { color: rgb(22,20,99); }

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

background-color css

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

 a { background-color: rgb(22,20,99); }

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

border-color css

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

 span { border-color: rgb(22,20,99); }

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