Html Css Color HEX #132949 Midnight

📋 copy color: '#132949'

red 19 ◦ green 41 ◦ blue 73

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

Shades of Midnight #132949

Tints of Midnight #132949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 73 (28.91% from 255) = 54.89%

R = 14.29%
G = 30.83%
B = 54.89%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#132949 (or 0x132949) is known color: Midnight. HEX triplet: 13, 29 and 49. RGB value is (19,41,73). Sum of RGB (Red+Green+Blue) = 19+41+73=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #132949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132949 is #ECD6B6. Grayscale: #252525. Windows color (decimal): -15521463 or 4794643. OLE color: 4794643.

HSL color Cylindrical-coordinate representation of color #132949: hue angle of 215.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132949 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 41 73 -
CMYK 0.74 0.44 0 0.71
HSL 215.56º 0.59% 0.18% -
HSV(B) 215.56º 0.74% 0.29% -
XYZ 2.26 2.21 6.61 -
YUV 38.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 19 41 73 0.74 0.44 0 0.71 215.56 0.59 0.18
Hex 13 29 49 4A 2C 0 47 D8 3B 12
Octal 23 51 111 112 54 0 107 330 73 22
Binary 10011 101001 1001001 1001010 101100 0 1000111 11011000 111011 10010

Color Harmonies of #132949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132949

Black with #132949

Text Example


Text Example

White with #132949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132949; }

 p { color: rgb(19,41,73); }

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

background-color css

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

 a { background-color: rgb(19,41,73); }

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

border-color css

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

 span { border-color: rgb(19,41,73); }

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