Html Css Color HEX #132640 Midnight

📋 copy color: '#132640'

red 19 ◦ green 38 ◦ blue 64

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

Shades of Midnight #132640

Tints of Midnight #132640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 15.7%
G = 31.4%
B = 52.89%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132640 (or 0x132640) is known color: Midnight. HEX triplet: 13, 26 and 40. RGB value is (19,38,64). Sum of RGB (Red+Green+Blue) = 19+38+64=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #132640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132640 is #ECD9BF. Grayscale: #232323. Windows color (decimal): -15522240 or 4204051. OLE color: 4204051.

HSL color Cylindrical-coordinate representation of color #132640: hue angle of 214.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132640 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 38 64 -
CMYK 0.70 0.41 0 0.75
HSL 214.67º 0.54% 0.16% -
HSV(B) 214.67º 0.7% 0.25% -
XYZ 1.89 1.89 5.12 -
YUV 35.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 19 38 64 0.70 0.41 0 0.75 214.67 0.54 0.16
Hex 13 26 40 46 29 0 4B D7 36 10
Octal 23 46 100 106 51 0 113 327 66 20
Binary 10011 100110 1000000 1000110 101001 0 1001011 11010111 110110 10000

Color Harmonies of #132640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132640

Black with #132640

Text Example


Text Example

White with #132640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132640; }

 p { color: rgb(19,38,64); }

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

background-color css

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

 a { background-color: rgb(19,38,64); }

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

border-color css

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

 span { border-color: rgb(19,38,64); }

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