Html Css Color HEX #132847 Midnight

📋 copy color: '#132847'

red 19 ◦ green 40 ◦ blue 71

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

Shades of Midnight #132847

Tints of Midnight #132847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 54.62%

R = 14.62%
G = 30.77%
B = 54.62%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132847 (or 0x132847) is known color: Midnight. HEX triplet: 13, 28 and 47. RGB value is (19,40,71). Sum of RGB (Red+Green+Blue) = 19+40+71=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #132847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132847 is #ECD7B8. Grayscale: #252525. Windows color (decimal): -15521721 or 4663315. OLE color: 4663315.

HSL color Cylindrical-coordinate representation of color #132847: hue angle of 215.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132847 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 40 71 -
CMYK 0.73 0.44 0 0.72
HSL 215.77º 0.58% 0.18% -
HSV(B) 215.77º 0.73% 0.28% -
XYZ 2.16 2.11 6.25 -
YUV 37.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 19 40 71 0.73 0.44 0 0.72 215.77 0.58 0.18
Hex 13 28 47 49 2C 0 48 D8 3A 12
Octal 23 50 107 111 54 0 110 330 72 22
Binary 10011 101000 1000111 1001001 101100 0 1001000 11011000 111010 10010

Color Harmonies of #132847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132847

Black with #132847

Text Example


Text Example

White with #132847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132847; }

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

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

background-color css

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

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

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

border-color css

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

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

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