Html Css Color HEX #132848 Midnight

📋 copy color: '#132848'

red 19 ◦ green 40 ◦ blue 72

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

Shades of Midnight #132848

Tints of Midnight #132848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 14.5%
G = 30.53%
B = 54.96%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132848 (or 0x132848) is known color: Midnight. HEX triplet: 13, 28 and 48. RGB value is (19,40,72). Sum of RGB (Red+Green+Blue) = 19+40+72=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #132848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132848 is #ECD7B7. Grayscale: #252525. Windows color (decimal): -15521720 or 4728851. OLE color: 4728851.

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

Color convert

RGB 19 40 72 -
CMYK 0.74 0.44 0 0.72
HSL 216.23º 0.58% 0.18% -
HSV(B) 216.23º 0.74% 0.28% -
XYZ 2.2 2.12 6.43 -
YUV 37.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 19 40 72 0.74 0.44 0 0.72 216.23 0.58 0.18
Hex 13 28 48 4A 2C 0 48 D8 3A 12
Octal 23 50 110 112 54 0 110 330 72 22
Binary 10011 101000 1001000 1001010 101100 0 1001000 11011000 111010 10010

Color Harmonies of #132848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132848

Black with #132848

Text Example


Text Example

White with #132848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132848; }

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

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

background-color css

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

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

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

border-color css

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

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

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