Html Css Color HEX #131B30 Midnight Express

📋 copy color: '#131B30'

red 19 ◦ green 27 ◦ blue 48

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

Shades of Midnight Express #131B30

Tints of Midnight Express #131B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 51.06%

R = 20.21%
G = 28.72%
B = 51.06%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131B30 (or 0x131B30) is known color: Midnight Express. HEX triplet: 13, 1B and 30. RGB value is (19,27,48). Sum of RGB (Red+Green+Blue) = 19+27+48=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #131B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B30 is #ECE4CF. Grayscale: #1A1A1A. Windows color (decimal): -15525072 or 3152659. OLE color: 3152659.

HSL color Cylindrical-coordinate representation of color #131B30: hue angle of 223.45º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131B30 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 27 48 -
CMYK 0.60 0.44 0 0.81
HSL 223.45º 0.43% 0.13% -
HSV(B) 223.45º 0.6% 0.19% -
XYZ 1.19 1.14 2.95 -
YUV 27 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 19 27 48 0.60 0.44 0 0.81 223.45 0.43 0.13
Hex 13 1B 30 3C 2C 0 51 DF 2B D
Octal 23 33 60 74 54 0 121 337 53 15
Binary 10011 11011 110000 111100 101100 0 1010001 11011111 101011 1101

Color Harmonies of #131B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B30

Black with #131B30

Text Example


Text Example

White with #131B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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