Html Css Color HEX #131670 Midnight Blue

📋 copy color: '#131670'

red 19 ◦ green 22 ◦ blue 112

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

Shades of Midnight Blue #131670

Tints of Midnight Blue #131670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 73.2%

R = 12.42%
G = 14.38%
B = 73.2%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131670 (or 0x131670) is known color: Midnight Blue. HEX triplet: 13, 16 and 70. RGB value is (19,22,112). Sum of RGB (Red+Green+Blue) = 19+22+112=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #131670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131670 is #ECE98F. Grayscale: #1F1F1F. Windows color (decimal): -15526288 or 7345683. OLE color: 7345683.

HSL color Cylindrical-coordinate representation of color #131670: hue angle of 238.06º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131670 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 22 112 -
CMYK 0.83 0.80 0 0.56
HSL 238.06º 0.71% 0.26% -
HSV(B) 238.06º 0.83% 0.44% -
XYZ 3.48 1.88 15.51 -
YUV 31.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 19 22 112 0.83 0.80 0 0.56 238.06 0.71 0.26
Hex 13 16 70 53 50 0 38 EE 47 1A
Octal 23 26 160 123 120 0 70 356 107 32
Binary 10011 10110 1110000 1010011 1010000 0 111000 11101110 1000111 11010

Color Harmonies of #131670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131670

Black with #131670

Text Example


Text Example

White with #131670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131670; }

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

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

background-color css

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

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

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

border-color css

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

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

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