Html Css Color HEX #131664 Midnight Blue

📋 copy color: '#131664'

red 19 ◦ green 22 ◦ blue 100

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

Shades of Midnight Blue #131664

Tints of Midnight Blue #131664

RGB

 RED value IS 19 (7.81% from 255) = 13.48%

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

 BLUE value IS 100 (39.45% from 255) = 70.92%

R = 13.48%
G = 15.6%
B = 70.92%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#131664 (or 0x131664) is known color: Midnight Blue. HEX triplet: 13, 16 and 64. RGB value is (19,22,100). Sum of RGB (Red+Green+Blue) = 19+22+100=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #131664 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131664 is #ECE99B. Grayscale: #1D1D1D. Windows color (decimal): -15526300 or 6559251. OLE color: 6559251.

HSL color Cylindrical-coordinate representation of color #131664: hue angle of 237.78º 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 #131664 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 22 100 -
CMYK 0.81 0.78 0 0.61
HSL 237.78º 0.68% 0.23% -
HSV(B) 237.78º 0.81% 0.39% -
XYZ 2.86 1.63 12.22 -
YUV 30 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 19 22 100 0.81 0.78 0 0.61 237.78 0.68 0.23
Hex 13 16 64 51 4E 0 3D EE 44 17
Octal 23 26 144 121 116 0 75 356 104 27
Binary 10011 10110 1100100 1010001 1001110 0 111101 11101110 1000100 10111

Color Harmonies of #131664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131664

Black with #131664

Text Example


Text Example

White with #131664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131664; }

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

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

background-color css

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

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

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

border-color css

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

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

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