Html Css Color HEX #132274 Midnight Blue

📋 copy color: '#132274'

red 19 ◦ green 34 ◦ blue 116

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

Shades of Midnight Blue #132274

Tints of Midnight Blue #132274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 11.24%
G = 20.12%
B = 68.64%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132274 (or 0x132274) is known color: Midnight Blue. HEX triplet: 13, 22 and 74. RGB value is (19,34,116). Sum of RGB (Red+Green+Blue) = 19+34+116=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #132274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132274 is #ECDD8B. Grayscale: #262626. Windows color (decimal): -15523212 or 7610899. OLE color: 7610899.

HSL color Cylindrical-coordinate representation of color #132274: hue angle of 230.72º 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 #132274 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 34 116 -
CMYK 0.84 0.71 0 0.55
HSL 230.72º 0.72% 0.26% -
HSV(B) 230.72º 0.84% 0.45% -
XYZ 3.99 2.54 16.8 -
YUV 38.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 19 34 116 0.84 0.71 0 0.55 230.72 0.72 0.26
Hex 13 22 74 54 47 0 37 E7 48 1A
Octal 23 42 164 124 107 0 67 347 110 32
Binary 10011 100010 1110100 1010100 1000111 0 110111 11100111 1001000 11010

Color Harmonies of #132274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132274

Black with #132274

Text Example


Text Example

White with #132274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132274; }

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

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

background-color css

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

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

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

border-color css

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

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

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