Html Css Color HEX #132748 Midnight

📋 copy color: '#132748'

red 19 ◦ green 39 ◦ blue 72

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

Shades of Midnight #132748

Tints of Midnight #132748

RGB

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

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

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

R = 14.62%
G = 30%
B = 55.38%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132748 (or 0x132748) is known color: Midnight. HEX triplet: 13, 27 and 48. RGB value is (19,39,72). Sum of RGB (Red+Green+Blue) = 19+39+72=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #132748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132748 is #ECD8B7. Grayscale: #242424. Windows color (decimal): -15521976 or 4728595. OLE color: 4728595.

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

Color convert

RGB 19 39 72 -
CMYK 0.74 0.46 0 0.72
HSL 217.36º 0.58% 0.18% -
HSV(B) 217.36º 0.74% 0.28% -
XYZ 2.16 2.06 6.41 -
YUV 36.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 19 39 72 0.74 0.46 0 0.72 217.36 0.58 0.18
Hex 13 27 48 4A 2E 0 48 D9 3A 12
Octal 23 47 110 112 56 0 110 331 72 22
Binary 10011 100111 1001000 1001010 101110 0 1001000 11011001 111010 10010

Color Harmonies of #132748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132748

Black with #132748

Text Example


Text Example

White with #132748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132748; }

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

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

background-color css

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

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

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

border-color css

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

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

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