Html Css Color HEX #132474 Midnight Blue

📋 copy color: '#132474'

red 19 ◦ green 36 ◦ blue 116

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

Shades of Midnight Blue #132474

Tints of Midnight Blue #132474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

 BLUE value IS 116 (45.7% from 255) = 67.84%

R = 11.11%
G = 21.05%
B = 67.84%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132474 (or 0x132474) is known color: Midnight Blue. HEX triplet: 13, 24 and 74. RGB value is (19,36,116). Sum of RGB (Red+Green+Blue) = 19+36+116=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #132474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132474 is #ECDB8B. Grayscale: #272727. Windows color (decimal): -15522700 or 7611411. OLE color: 7611411.

HSL color Cylindrical-coordinate representation of color #132474: hue angle of 229.48º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132474 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 36 116 -
CMYK 0.84 0.69 0 0.55
HSL 229.48º 0.72% 0.26% -
HSV(B) 229.48º 0.84% 0.45% -
XYZ 4.05 2.66 16.82 -
YUV 40.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 19 36 116 0.84 0.69 0 0.55 229.48 0.72 0.26
Hex 13 24 74 54 45 0 37 E5 48 1A
Octal 23 44 164 124 105 0 67 345 110 32
Binary 10011 100100 1110100 1010100 1000101 0 110111 11100101 1001000 11010

Color Harmonies of #132474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132474

Black with #132474

Text Example


Text Example

White with #132474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132474; }

 p { color: rgb(19,36,116); }

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

background-color css

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

 a { background-color: rgb(19,36,116); }

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

border-color css

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

 span { border-color: rgb(19,36,116); }

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