Html Css Color HEX #132033 Midnight Express

📋 copy color: '#132033'

red 19 ◦ green 32 ◦ blue 51

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

Shades of Midnight Express #132033

Tints of Midnight Express #132033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 50%

R = 18.63%
G = 31.37%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#132033 (or 0x132033) is known color: Midnight Express. HEX triplet: 13, 20 and 33. RGB value is (19,32,51). Sum of RGB (Red+Green+Blue) = 19+32+51=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #132033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132033 is #ECDFCC. Grayscale: #1E1E1E. Windows color (decimal): -15523789 or 3350547. OLE color: 3350547.

HSL color Cylindrical-coordinate representation of color #132033: hue angle of 215.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132033 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 32 51 -
CMYK 0.63 0.37 0 0.8
HSL 215.63º 0.46% 0.14% -
HSV(B) 215.63º 0.63% 0.2% -
XYZ 1.38 1.41 3.33 -
YUV 30.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 19 32 51 0.63 0.37 0 0.8 215.63 0.46 0.14
Hex 13 20 33 3F 25 0 50 D8 2E E
Octal 23 40 63 77 45 0 120 330 56 16
Binary 10011 100000 110011 111111 100101 0 1010000 11011000 101110 1110

Color Harmonies of #132033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132033

Black with #132033

Text Example


Text Example

White with #132033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132033; }

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

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

background-color css

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

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

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

border-color css

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

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

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