Html Css Color HEX #131F4F Midnight Express

📋 copy color: '#131F4F'

red 19 ◦ green 31 ◦ blue 79

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

Shades of Midnight Express #131F4F

Tints of Midnight Express #131F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 79 (31.25% from 255) = 61.24%

R = 14.73%
G = 24.03%
B = 61.24%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#131F4F (or 0x131F4F) is known color: Midnight Express. HEX triplet: 13, 1F and 4F. RGB value is (19,31,79). Sum of RGB (Red+Green+Blue) = 19+31+79=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #131F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F4F is #ECE0B0. Grayscale: #202020. Windows color (decimal): -15524017 or 5185299. OLE color: 5185299.

HSL color Cylindrical-coordinate representation of color #131F4F: hue angle of 228º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131F4F is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 31 79 -
CMYK 0.76 0.61 0 0.69
HSL 228º 0.61% 0.19% -
HSV(B) 228º 0.76% 0.31% -
XYZ 2.17 1.68 7.61 -
YUV 32.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 19 31 79 0.76 0.61 0 0.69 228 0.61 0.19
Hex 13 1F 4F 4C 3D 0 45 E4 3D 13
Octal 23 37 117 114 75 0 105 344 75 23
Binary 10011 11111 1001111 1001100 111101 0 1000101 11100100 111101 10011

Color Harmonies of #131F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F4F

Black with #131F4F

Text Example


Text Example

White with #131F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131F4F; }

 p { color: rgb(19,31,79); }

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

background-color css

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

 a { background-color: rgb(19,31,79); }

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

border-color css

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

 span { border-color: rgb(19,31,79); }

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