Html Css Color HEX #132448 Midnight Express

📋 copy color: '#132448'

red 19 ◦ green 36 ◦ blue 72

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

Shades of Midnight Express #132448

Tints of Midnight Express #132448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 14.96%
G = 28.35%
B = 56.69%

CMYK

 C value IS 0.74

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132448 (or 0x132448) is known color: Midnight Express. HEX triplet: 13, 24 and 48. RGB value is (19,36,72). Sum of RGB (Red+Green+Blue) = 19+36+72=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #132448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132448 is #ECDBB7. Grayscale: #222222. Windows color (decimal): -15522744 or 4727827. OLE color: 4727827.

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

Color convert

RGB 19 36 72 -
CMYK 0.74 0.5 0 0.72
HSL 220.75º 0.58% 0.18% -
HSV(B) 220.75º 0.74% 0.28% -
XYZ 2.07 1.87 6.38 -
YUV 35.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 19 36 72 0.74 0.5 0 0.72 220.75 0.58 0.18
Hex 13 24 48 4A 32 0 48 DD 3A 12
Octal 23 44 110 112 62 0 110 335 72 22
Binary 10011 100100 1001000 1001010 110010 0 1001000 11011101 111010 10010

Color Harmonies of #132448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132448

Black with #132448

Text Example


Text Example

White with #132448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132448; }

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

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

background-color css

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

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

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

border-color css

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

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

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