Html Css Color HEX #132270 Midnight Blue

📋 copy color: '#132270'

red 19 ◦ green 34 ◦ blue 112

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

Shades of Midnight Blue #132270

Tints of Midnight Blue #132270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.88%

R = 11.52%
G = 20.61%
B = 67.88%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132270 (or 0x132270) is known color: Midnight Blue. HEX triplet: 13, 22 and 70. RGB value is (19,34,112). Sum of RGB (Red+Green+Blue) = 19+34+112=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #132270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132270 is #ECDD8F. Grayscale: #262626. Windows color (decimal): -15523216 or 7348755. OLE color: 7348755.

HSL color Cylindrical-coordinate representation of color #132270: hue angle of 230.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132270 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 34 112 -
CMYK 0.83 0.70 0 0.56
HSL 230.32º 0.71% 0.26% -
HSV(B) 230.32º 0.83% 0.44% -
XYZ 3.77 2.45 15.6 -
YUV 38.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 19 34 112 0.83 0.70 0 0.56 230.32 0.71 0.26
Hex 13 22 70 53 46 0 38 E6 47 1A
Octal 23 42 160 123 106 0 70 346 107 32
Binary 10011 100010 1110000 1010011 1000110 0 111000 11100110 1000111 11010

Color Harmonies of #132270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132270

Black with #132270

Text Example


Text Example

White with #132270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132270; }

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

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

background-color css

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

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

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

border-color css

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

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

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