Html Css Color HEX #132C4C Midnight

📋 copy color: '#132C4C'

red 19 ◦ green 44 ◦ blue 76

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

Shades of Midnight #132C4C

Tints of Midnight #132C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.68%

R = 13.67%
G = 31.65%
B = 54.68%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#132C4C (or 0x132C4C) is known color: Midnight. HEX triplet: 13, 2C and 4C. RGB value is (19,44,76). Sum of RGB (Red+Green+Blue) = 19+44+76=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #132C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C4C is #ECD3B3. Grayscale: #282828. Windows color (decimal): -15520692 or 4992019. OLE color: 4992019.

HSL color Cylindrical-coordinate representation of color #132C4C: hue angle of 213.68º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132C4C is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 44 76 -
CMYK 0.75 0.42 0 0.70
HSL 213.68º 0.6% 0.19% -
HSV(B) 213.68º 0.75% 0.3% -
XYZ 2.47 2.46 7.18 -
YUV 40.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 19 44 76 0.75 0.42 0 0.70 213.68 0.6 0.19
Hex 13 2C 4C 4B 2A 0 46 D6 3C 13
Octal 23 54 114 113 52 0 106 326 74 23
Binary 10011 101100 1001100 1001011 101010 0 1000110 11010110 111100 10011

Color Harmonies of #132C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C4C

Black with #132C4C

Text Example


Text Example

White with #132C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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