Html Css Color HEX #132844 Midnight

📋 copy color: '#132844'

red 19 ◦ green 40 ◦ blue 68

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

Shades of Midnight #132844

Tints of Midnight #132844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 68 (26.95% from 255) = 53.54%

R = 14.96%
G = 31.5%
B = 53.54%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132844 (or 0x132844) is known color: Midnight. HEX triplet: 13, 28 and 44. RGB value is (19,40,68). Sum of RGB (Red+Green+Blue) = 19+40+68=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #132844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132844 is #ECD7BB. Grayscale: #242424. Windows color (decimal): -15521724 or 4466707. OLE color: 4466707.

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

Color convert

RGB 19 40 68 -
CMYK 0.72 0.41 0 0.73
HSL 214.29º 0.56% 0.17% -
HSV(B) 214.29º 0.72% 0.27% -
XYZ 2.07 2.07 5.76 -
YUV 36.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 19 40 68 0.72 0.41 0 0.73 214.29 0.56 0.17
Hex 13 28 44 48 29 0 49 D6 38 11
Octal 23 50 104 110 51 0 111 326 70 21
Binary 10011 101000 1000100 1001000 101001 0 1001001 11010110 111000 10001

Color Harmonies of #132844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132844

Black with #132844

Text Example


Text Example

White with #132844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132844; }

 p { color: rgb(19,40,68); }

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

background-color css

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

 a { background-color: rgb(19,40,68); }

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

border-color css

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

 span { border-color: rgb(19,40,68); }

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