Html Css Color HEX #131B48 Midnight Express

📋 copy color: '#131B48'

red 19 ◦ green 27 ◦ blue 72

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

Shades of Midnight Express #131B48

Tints of Midnight Express #131B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.88%

 BLUE value IS 72 (28.52% from 255) = 61.02%

R = 16.1%
G = 22.88%
B = 61.02%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131B48 (or 0x131B48) is known color: Midnight Express. HEX triplet: 13, 1B and 48. RGB value is (19,27,72). Sum of RGB (Red+Green+Blue) = 19+27+72=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #131B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B48 is #ECE4B7. Grayscale: #1D1D1D. Windows color (decimal): -15525048 or 4725523. OLE color: 4725523.

HSL color Cylindrical-coordinate representation of color #131B48: hue angle of 230.94º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131B48 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 27 72 -
CMYK 0.74 0.62 0 0.72
HSL 230.94º 0.58% 0.18% -
HSV(B) 230.94º 0.74% 0.28% -
XYZ 1.83 1.39 6.3 -
YUV 29.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 19 27 72 0.74 0.62 0 0.72 230.94 0.58 0.18
Hex 13 1B 48 4A 3E 0 48 E7 3A 12
Octal 23 33 110 112 76 0 110 347 72 22
Binary 10011 11011 1001000 1001010 111110 0 1001000 11100111 111010 10010

Color Harmonies of #131B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B48

Black with #131B48

Text Example


Text Example

White with #131B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,72); }

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

background-color css

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

 a { background-color: rgb(19,27,72); }

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

border-color css

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

 span { border-color: rgb(19,27,72); }

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