Html Css Color HEX #132239 Midnight Express

📋 copy color: '#132239'

red 19 ◦ green 34 ◦ blue 57

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

Shades of Midnight Express #132239

Tints of Midnight Express #132239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 51.82%

R = 17.27%
G = 30.91%
B = 51.82%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132239 (or 0x132239) is known color: Midnight Express. HEX triplet: 13, 22 and 39. RGB value is (19,34,57). Sum of RGB (Red+Green+Blue) = 19+34+57=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #132239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132239 is #ECDDC6. Grayscale: #202020. Windows color (decimal): -15523271 or 3744275. OLE color: 3744275.

HSL color Cylindrical-coordinate representation of color #132239: hue angle of 216.32º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132239 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 34 57 -
CMYK 0.67 0.40 0 0.78
HSL 216.32º 0.5% 0.15% -
HSV(B) 216.32º 0.67% 0.22% -
XYZ 1.58 1.58 4.09 -
YUV 32.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 19 34 57 0.67 0.40 0 0.78 216.32 0.5 0.15
Hex 13 22 39 43 28 0 4E D8 32 F
Octal 23 42 71 103 50 0 116 330 62 17
Binary 10011 100010 111001 1000011 101000 0 1001110 11011000 110010 1111

Color Harmonies of #132239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132239

Black with #132239

Text Example


Text Example

White with #132239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132239; }

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

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

background-color css

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

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

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

border-color css

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

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

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