Html Css Color HEX #131F45 Midnight Express

📋 copy color: '#131F45'

red 19 ◦ green 31 ◦ blue 69

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

Shades of Midnight Express #131F45

Tints of Midnight Express #131F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 57.98%

R = 15.97%
G = 26.05%
B = 57.98%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131F45 (or 0x131F45) is known color: Midnight Express. HEX triplet: 13, 1F and 45. RGB value is (19,31,69). Sum of RGB (Red+Green+Blue) = 19+31+69=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #131F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F45 is #ECE0BA. Grayscale: #1F1F1F. Windows color (decimal): -15524027 or 4529939. OLE color: 4529939.

HSL color Cylindrical-coordinate representation of color #131F45: hue angle of 225.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131F45 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 31 69 -
CMYK 0.72 0.55 0 0.73
HSL 225.6º 0.57% 0.17% -
HSV(B) 225.6º 0.72% 0.27% -
XYZ 1.83 1.55 5.83 -
YUV 31.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 19 31 69 0.72 0.55 0 0.73 225.6 0.57 0.17
Hex 13 1F 45 48 37 0 49 E2 39 11
Octal 23 37 105 110 67 0 111 342 71 21
Binary 10011 11111 1000101 1001000 110111 0 1001001 11100010 111001 10001

Color Harmonies of #131F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F45

Black with #131F45

Text Example


Text Example

White with #131F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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