Html Css Color HEX #132948 Midnight

📋 copy color: '#132948'

red 19 ◦ green 41 ◦ blue 72

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

Shades of Midnight #132948

Tints of Midnight #132948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

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

R = 14.39%
G = 31.06%
B = 54.55%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132948 (or 0x132948) is known color: Midnight. HEX triplet: 13, 29 and 48. RGB value is (19,41,72). Sum of RGB (Red+Green+Blue) = 19+41+72=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #132948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132948 is #ECD6B7. Grayscale: #252525. Windows color (decimal): -15521464 or 4729107. OLE color: 4729107.

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

Color convert

RGB 19 41 72 -
CMYK 0.74 0.43 0 0.72
HSL 215.09º 0.58% 0.18% -
HSV(B) 215.09º 0.74% 0.28% -
XYZ 2.23 2.19 6.44 -
YUV 37.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 19 41 72 0.74 0.43 0 0.72 215.09 0.58 0.18
Hex 13 29 48 4A 2B 0 48 D7 3A 12
Octal 23 51 110 112 53 0 110 327 72 22
Binary 10011 101001 1001000 1001010 101011 0 1001000 11010111 111010 10010

Color Harmonies of #132948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132948

Black with #132948

Text Example


Text Example

White with #132948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132948; }

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

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

background-color css

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

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

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

border-color css

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

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

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