Html Css Color HEX #131B41 Midnight Express

📋 copy color: '#131B41'

red 19 ◦ green 27 ◦ blue 65

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

Shades of Midnight Express #131B41

Tints of Midnight Express #131B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 58.56%

R = 17.12%
G = 24.32%
B = 58.56%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131B41 (or 0x131B41) is known color: Midnight Express. HEX triplet: 13, 1B and 41. RGB value is (19,27,65). Sum of RGB (Red+Green+Blue) = 19+27+65=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #131B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B41 is #ECE4BE. Grayscale: #1C1C1C. Windows color (decimal): -15525055 or 4266771. OLE color: 4266771.

HSL color Cylindrical-coordinate representation of color #131B41: hue angle of 229.57º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131B41 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 27 65 -
CMYK 0.71 0.58 0 0.75
HSL 229.57º 0.55% 0.16% -
HSV(B) 229.57º 0.71% 0.25% -
XYZ 1.61 1.3 5.17 -
YUV 28.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 19 27 65 0.71 0.58 0 0.75 229.57 0.55 0.16
Hex 13 1B 41 47 3A 0 4B E6 37 10
Octal 23 33 101 107 72 0 113 346 67 20
Binary 10011 11011 1000001 1000111 111010 0 1001011 11100110 110111 10000

Color Harmonies of #131B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B41

Black with #131B41

Text Example


Text Example

White with #131B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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