Html Css Color HEX #132246 Midnight Express

📋 copy color: '#132246'

red 19 ◦ green 34 ◦ blue 70

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

Shades of Midnight Express #132246

Tints of Midnight Express #132246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56.91%

R = 15.45%
G = 27.64%
B = 56.91%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132246 (or 0x132246) is known color: Midnight Express. HEX triplet: 13, 22 and 46. RGB value is (19,34,70). Sum of RGB (Red+Green+Blue) = 19+34+70=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #132246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132246 is #ECDDB9. Grayscale: #212121. Windows color (decimal): -15523258 or 4596243. OLE color: 4596243.

HSL color Cylindrical-coordinate representation of color #132246: hue angle of 222.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132246 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 34 70 -
CMYK 0.73 0.51 0 0.73
HSL 222.35º 0.57% 0.17% -
HSV(B) 222.35º 0.73% 0.27% -
XYZ 1.95 1.72 6.02 -
YUV 33.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 19 34 70 0.73 0.51 0 0.73 222.35 0.57 0.17
Hex 13 22 46 49 33 0 49 DE 39 11
Octal 23 42 106 111 63 0 111 336 71 21
Binary 10011 100010 1000110 1001001 110011 0 1001001 11011110 111001 10001

Color Harmonies of #132246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132246

Black with #132246

Text Example


Text Example

White with #132246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132246; }

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

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

background-color css

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

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

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

border-color css

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

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

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