Html Css Color HEX #132749 Midnight

📋 copy color: '#132749'

red 19 ◦ green 39 ◦ blue 73

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

Shades of Midnight #132749

Tints of Midnight #132749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 14.5%
G = 29.77%
B = 55.73%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#132749 (or 0x132749) is known color: Midnight. HEX triplet: 13, 27 and 49. RGB value is (19,39,73). Sum of RGB (Red+Green+Blue) = 19+39+73=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #132749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132749 is #ECD8B6. Grayscale: #242424. Windows color (decimal): -15521975 or 4794131. OLE color: 4794131.

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

Color convert

RGB 19 39 73 -
CMYK 0.74 0.47 0 0.71
HSL 217.78º 0.59% 0.18% -
HSV(B) 217.78º 0.74% 0.29% -
XYZ 2.2 2.07 6.59 -
YUV 36.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 19 39 73 0.74 0.47 0 0.71 217.78 0.59 0.18
Hex 13 27 49 4A 2F 0 47 DA 3B 12
Octal 23 47 111 112 57 0 107 332 73 22
Binary 10011 100111 1001001 1001010 101111 0 1000111 11011010 111011 10010

Color Harmonies of #132749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132749

Black with #132749

Text Example


Text Example

White with #132749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132749; }

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

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

background-color css

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

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

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

border-color css

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

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

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