Html Css Color HEX #131648 Midnight Express

📋 copy color: '#131648'

red 19 ◦ green 22 ◦ blue 72

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

Shades of Midnight Express #131648

Tints of Midnight Express #131648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 16.81%
G = 19.47%
B = 63.72%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131648 (or 0x131648) is known color: Midnight Express. HEX triplet: 13, 16 and 48. RGB value is (19,22,72). Sum of RGB (Red+Green+Blue) = 19+22+72=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #131648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131648 is #ECE9B7. Grayscale: #1A1A1A. Windows color (decimal): -15526328 or 4724243. OLE color: 4724243.

HSL color Cylindrical-coordinate representation of color #131648: hue angle of 236.6º 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 #131648 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 22 72 -
CMYK 0.74 0.69 0 0.72
HSL 236.6º 0.58% 0.18% -
HSV(B) 236.6º 0.74% 0.28% -
XYZ 1.73 1.18 6.27 -
YUV 26.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 19 22 72 0.74 0.69 0 0.72 236.6 0.58 0.18
Hex 13 16 48 4A 45 0 48 ED 3A 12
Octal 23 26 110 112 105 0 110 355 72 22
Binary 10011 10110 1001000 1001010 1000101 0 1001000 11101101 111010 10010

Color Harmonies of #131648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131648

Black with #131648

Text Example


Text Example

White with #131648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131648; }

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

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

background-color css

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

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

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

border-color css

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

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

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