Html Css Color HEX #132446 Midnight Express

📋 copy color: '#132446'

red 19 ◦ green 36 ◦ blue 70

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

Shades of Midnight Express #132446

Tints of Midnight Express #132446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56%

R = 15.2%
G = 28.8%
B = 56%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132446 (or 0x132446) is known color: Midnight Express. HEX triplet: 13, 24 and 46. RGB value is (19,36,70). Sum of RGB (Red+Green+Blue) = 19+36+70=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #132446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132446 is #ECDBB9. Grayscale: #222222. Windows color (decimal): -15522746 or 4596755. OLE color: 4596755.

HSL color Cylindrical-coordinate representation of color #132446: hue angle of 220º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132446 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 36 70 -
CMYK 0.73 0.49 0 0.73
HSL 220º 0.57% 0.17% -
HSV(B) 220º 0.73% 0.27% -
XYZ 2 1.84 6.04 -
YUV 34.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 19 36 70 0.73 0.49 0 0.73 220 0.57 0.17
Hex 13 24 46 49 31 0 49 DC 39 11
Octal 23 44 106 111 61 0 111 334 71 21
Binary 10011 100100 1000110 1001001 110001 0 1001001 11011100 111001 10001

Color Harmonies of #132446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132446

Black with #132446

Text Example


Text Example

White with #132446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132446; }

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

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

background-color css

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

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

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

border-color css

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

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

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