Html Css Color HEX #132548 Midnight Express

📋 copy color: '#132548'

red 19 ◦ green 37 ◦ blue 72

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

Shades of Midnight Express #132548

Tints of Midnight Express #132548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 14.84%
G = 28.91%
B = 56.25%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132548 (or 0x132548) is known color: Midnight Express. HEX triplet: 13, 25 and 48. RGB value is (19,37,72). Sum of RGB (Red+Green+Blue) = 19+37+72=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #132548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132548 is #ECDAB7. Grayscale: #232323. Windows color (decimal): -15522488 or 4728083. OLE color: 4728083.

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

Color convert

RGB 19 37 72 -
CMYK 0.74 0.49 0 0.72
HSL 219.62º 0.58% 0.18% -
HSV(B) 219.62º 0.74% 0.28% -
XYZ 2.1 1.93 6.39 -
YUV 35.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 19 37 72 0.74 0.49 0 0.72 219.62 0.58 0.18
Hex 13 25 48 4A 31 0 48 DC 3A 12
Octal 23 45 110 112 61 0 110 334 72 22
Binary 10011 100101 1001000 1001010 110001 0 1001000 11011100 111010 10010

Color Harmonies of #132548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132548

Black with #132548

Text Example


Text Example

White with #132548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132548; }

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

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

background-color css

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

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

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

border-color css

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

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

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