Html Css Color HEX #131673 Midnight Blue

📋 copy color: '#131673'

red 19 ◦ green 22 ◦ blue 115

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

Shades of Midnight Blue #131673

Tints of Midnight Blue #131673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 12.18%
G = 14.1%
B = 73.72%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131673 (or 0x131673) is known color: Midnight Blue. HEX triplet: 13, 16 and 73. RGB value is (19,22,115). Sum of RGB (Red+Green+Blue) = 19+22+115=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #131673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131673 is #ECE98C. Grayscale: #1F1F1F. Windows color (decimal): -15526285 or 7542291. OLE color: 7542291.

HSL color Cylindrical-coordinate representation of color #131673: hue angle of 238.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131673 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 22 115 -
CMYK 0.83 0.81 0 0.55
HSL 238.13º 0.72% 0.26% -
HSV(B) 238.13º 0.83% 0.45% -
XYZ 3.65 1.95 16.4 -
YUV 31.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 19 22 115 0.83 0.81 0 0.55 238.13 0.72 0.26
Hex 13 16 73 53 51 0 37 EE 48 1A
Octal 23 26 163 123 121 0 67 356 110 32
Binary 10011 10110 1110011 1010011 1010001 0 110111 11101110 1001000 11010

Color Harmonies of #131673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131673

Black with #131673

Text Example


Text Example

White with #131673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131673; }

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

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

background-color css

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

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

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

border-color css

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

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

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