Html Css Color HEX #132C50 Midnight

📋 copy color: '#132C50'

red 19 ◦ green 44 ◦ blue 80

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

Shades of Midnight #132C50

Tints of Midnight #132C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.77%

 BLUE value IS 80 (31.64% from 255) = 55.94%

R = 13.29%
G = 30.77%
B = 55.94%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#132C50 (or 0x132C50) is known color: Midnight. HEX triplet: 13, 2C and 50. RGB value is (19,44,80). Sum of RGB (Red+Green+Blue) = 19+44+80=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #132C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C50 is #ECD3AF. Grayscale: #282828. Windows color (decimal): -15520688 or 5254163. OLE color: 5254163.

HSL color Cylindrical-coordinate representation of color #132C50: hue angle of 215.41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132C50 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 44 80 -
CMYK 0.76 0.45 0 0.69
HSL 215.41º 0.62% 0.19% -
HSV(B) 215.41º 0.76% 0.31% -
XYZ 2.62 2.52 7.94 -
YUV 40.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 19 44 80 0.76 0.45 0 0.69 215.41 0.62 0.19
Hex 13 2C 50 4C 2D 0 45 D7 3E 13
Octal 23 54 120 114 55 0 105 327 76 23
Binary 10011 101100 1010000 1001100 101101 0 1000101 11010111 111110 10011

Color Harmonies of #132C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C50

Black with #132C50

Text Example


Text Example

White with #132C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C50; }

 p { color: rgb(19,44,80); }

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

background-color css

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

 a { background-color: rgb(19,44,80); }

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

border-color css

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

 span { border-color: rgb(19,44,80); }

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