Html Css Color HEX #132039 Midnight Express

📋 copy color: '#132039'

red 19 ◦ green 32 ◦ blue 57

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

Shades of Midnight Express #132039

Tints of Midnight Express #132039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

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

R = 17.59%
G = 29.63%
B = 52.78%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132039 (or 0x132039) is known color: Midnight Express. HEX triplet: 13, 20 and 39. RGB value is (19,32,57). Sum of RGB (Red+Green+Blue) = 19+32+57=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #132039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132039 is #ECDFC6. Grayscale: #1E1E1E. Windows color (decimal): -15523783 or 3743763. OLE color: 3743763.

HSL color Cylindrical-coordinate representation of color #132039: hue angle of 219.47º 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 #132039 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 32 57 -
CMYK 0.67 0.44 0 0.78
HSL 219.47º 0.5% 0.15% -
HSV(B) 219.47º 0.67% 0.22% -
XYZ 1.52 1.47 4.07 -
YUV 30.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 19 32 57 0.67 0.44 0 0.78 219.47 0.5 0.15
Hex 13 20 39 43 2C 0 4E DB 32 F
Octal 23 40 71 103 54 0 116 333 62 17
Binary 10011 100000 111001 1000011 101100 0 1001110 11011011 110010 1111

Color Harmonies of #132039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132039

Black with #132039

Text Example


Text Example

White with #132039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132039; }

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

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

background-color css

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

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

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

border-color css

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

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

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