Html Css Color HEX #161363 Midnight Blue

📋 copy color: '#161363'

red 22 ◦ green 19 ◦ blue 99

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

Shades of Midnight Blue #161363

Tints of Midnight Blue #161363

RGB

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

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

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

R = 15.71%
G = 13.57%
B = 70.71%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#161363 (or 0x161363) is known color: Midnight Blue. HEX triplet: 16, 13 and 63. RGB value is (22,19,99). Sum of RGB (Red+Green+Blue) = 22+19+99=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #161363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161363 is #E9EC9C. Grayscale: #1C1C1C. Windows color (decimal): -15330461 or 6492950. OLE color: 6492950.

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

Color convert

RGB 22 19 99 -
CMYK 0.78 0.81 0 0.61
HSL 242.25º 0.68% 0.23% -
HSV(B) 242.25º 0.81% 0.39% -
XYZ 2.82 1.54 11.95 -
YUV 29.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 22 19 99 0.78 0.81 0 0.61 242.25 0.68 0.23
Hex 16 13 63 4E 51 0 3D F2 44 17
Octal 26 23 143 116 121 0 75 362 104 27
Binary 10110 10011 1100011 1001110 1010001 0 111101 11110010 1000100 10111

Color Harmonies of #161363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161363

Black with #161363

Text Example


Text Example

White with #161363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161363; }

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

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

background-color css

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

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

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

border-color css

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

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

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