Html Css Color HEX #132741 Midnight

📋 copy color: '#132741'

red 19 ◦ green 39 ◦ blue 65

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

Shades of Midnight #132741

Tints of Midnight #132741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 15.45%
G = 31.71%
B = 52.85%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132741 (or 0x132741) is known color: Midnight. HEX triplet: 13, 27 and 41. RGB value is (19,39,65). Sum of RGB (Red+Green+Blue) = 19+39+65=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #132741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132741 is #ECD8BE. Grayscale: #232323. Windows color (decimal): -15521983 or 4269843. OLE color: 4269843.

HSL color Cylindrical-coordinate representation of color #132741: hue angle of 213.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132741 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 39 65 -
CMYK 0.71 0.40 0 0.75
HSL 213.91º 0.55% 0.16% -
HSV(B) 213.91º 0.71% 0.25% -
XYZ 1.95 1.97 5.28 -
YUV 35.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 19 39 65 0.71 0.40 0 0.75 213.91 0.55 0.16
Hex 13 27 41 47 28 0 4B D6 37 10
Octal 23 47 101 107 50 0 113 326 67 20
Binary 10011 100111 1000001 1000111 101000 0 1001011 11010110 110111 10000

Color Harmonies of #132741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132741

Black with #132741

Text Example


Text Example

White with #132741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132741; }

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

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

background-color css

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

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

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

border-color css

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

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

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