Html Css Color HEX #132A48 Midnight

📋 copy color: '#132A48'

red 19 ◦ green 42 ◦ blue 72

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

Shades of Midnight #132A48

Tints of Midnight #132A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.58%

 BLUE value IS 72 (28.52% from 255) = 54.14%

R = 14.29%
G = 31.58%
B = 54.14%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132A48 (or 0x132A48) is known color: Midnight. HEX triplet: 13, 2A and 48. RGB value is (19,42,72). Sum of RGB (Red+Green+Blue) = 19+42+72=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #132A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A48 is #ECD5B7. Grayscale: #262626. Windows color (decimal): -15521208 or 4729363. OLE color: 4729363.

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

Color convert

RGB 19 42 72 -
CMYK 0.74 0.42 0 0.72
HSL 213.96º 0.58% 0.18% -
HSV(B) 213.96º 0.74% 0.28% -
XYZ 2.27 2.26 6.45 -
YUV 38.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 19 42 72 0.74 0.42 0 0.72 213.96 0.58 0.18
Hex 13 2A 48 4A 2A 0 48 D6 3A 12
Octal 23 52 110 112 52 0 110 326 72 22
Binary 10011 101010 1001000 1001010 101010 0 1001000 11010110 111010 10010

Color Harmonies of #132A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A48

Black with #132A48

Text Example


Text Example

White with #132A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,42,72); }

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

background-color css

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

 a { background-color: rgb(19,42,72); }

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

border-color css

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

 span { border-color: rgb(19,42,72); }

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