Html Css Color HEX #132048 Midnight Express

📋 copy color: '#132048'

red 19 ◦ green 32 ◦ blue 72

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

Shades of Midnight Express #132048

Tints of Midnight Express #132048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 15.45%
G = 26.02%
B = 58.54%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132048 (or 0x132048) is known color: Midnight Express. HEX triplet: 13, 20 and 48. RGB value is (19,32,72). Sum of RGB (Red+Green+Blue) = 19+32+72=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #132048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132048 is #ECDFB7. Grayscale: #202020. Windows color (decimal): -15523768 or 4726803. OLE color: 4726803.

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

Color convert

RGB 19 32 72 -
CMYK 0.74 0.56 0 0.72
HSL 225.28º 0.58% 0.18% -
HSV(B) 225.28º 0.74% 0.28% -
XYZ 1.95 1.64 6.34 -
YUV 32.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 19 32 72 0.74 0.56 0 0.72 225.28 0.58 0.18
Hex 13 20 48 4A 38 0 48 E1 3A 12
Octal 23 40 110 112 70 0 110 341 72 22
Binary 10011 100000 1001000 1001010 111000 0 1001000 11100001 111010 10010

Color Harmonies of #132048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132048

Black with #132048

Text Example


Text Example

White with #132048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132048; }

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

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

background-color css

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

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

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

border-color css

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

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

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