Html Css Color HEX #132C48 Midnight

📋 copy color: '#132C48'

red 19 ◦ green 44 ◦ blue 72

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

Shades of Midnight #132C48

Tints of Midnight #132C48

RGB

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

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

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

R = 14.07%
G = 32.59%
B = 53.33%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132C48 (or 0x132C48) is known color: Midnight. HEX triplet: 13, 2C and 48. RGB value is (19,44,72). Sum of RGB (Red+Green+Blue) = 19+44+72=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #132C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C48 is #ECD3B7. Grayscale: #272727. Windows color (decimal): -15520696 or 4729875. OLE color: 4729875.

HSL color Cylindrical-coordinate representation of color #132C48: hue angle of 211.7º 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 #132C48 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 44 72 -
CMYK 0.74 0.39 0 0.72
HSL 211.7º 0.58% 0.18% -
HSV(B) 211.7º 0.74% 0.28% -
XYZ 2.34 2.41 6.47 -
YUV 39.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 19 44 72 0.74 0.39 0 0.72 211.7 0.58 0.18
Hex 13 2C 48 4A 27 0 48 D4 3A 12
Octal 23 54 110 112 47 0 110 324 72 22
Binary 10011 101100 1001000 1001010 100111 0 1001000 11010100 111010 10010

Color Harmonies of #132C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C48

Black with #132C48

Text Example


Text Example

White with #132C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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