Html Css Color HEX #132138 Midnight Express

📋 copy color: '#132138'

red 19 ◦ green 33 ◦ blue 56

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

Shades of Midnight Express #132138

Tints of Midnight Express #132138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.56%

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 17.59%
G = 30.56%
B = 51.85%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132138 (or 0x132138) is known color: Midnight Express. HEX triplet: 13, 21 and 38. RGB value is (19,33,56). Sum of RGB (Red+Green+Blue) = 19+33+56=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #132138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132138 is #ECDEC7. Grayscale: #1F1F1F. Windows color (decimal): -15523528 or 3678483. OLE color: 3678483.

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

Color convert

RGB 19 33 56 -
CMYK 0.66 0.41 0 0.78
HSL 217.3º 0.49% 0.15% -
HSV(B) 217.3º 0.66% 0.22% -
XYZ 1.53 1.51 3.95 -
YUV 31.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 19 33 56 0.66 0.41 0 0.78 217.3 0.49 0.15
Hex 13 21 38 42 29 0 4E D9 31 F
Octal 23 41 70 102 51 0 116 331 61 17
Binary 10011 100001 111000 1000010 101001 0 1001110 11011001 110001 1111

Color Harmonies of #132138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132138

Black with #132138

Text Example


Text Example

White with #132138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132138; }

 p { color: rgb(19,33,56); }

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

background-color css

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

 a { background-color: rgb(19,33,56); }

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

border-color css

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

 span { border-color: rgb(19,33,56); }

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