Html Css Color HEX #131238 Midnight Express

📋 copy color: '#131238'

red 19 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #131238

Tints of Midnight Express #131238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.35%

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

R = 20.43%
G = 19.35%
B = 60.22%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131238 (or 0x131238) is known color: Midnight Express. HEX triplet: 13, 12 and 38. RGB value is (19,18,56). Sum of RGB (Red+Green+Blue) = 19+18+56=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #131238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131238 is #ECEDC7. Grayscale: #161616. Windows color (decimal): -15527368 or 3674643. OLE color: 3674643.

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

Color convert

RGB 19 18 56 -
CMYK 0.66 0.68 0 0.78
HSL 241.58º 0.51% 0.15% -
HSV(B) 241.58º 0.68% 0.22% -
XYZ 1.2 0.86 3.84 -
YUV 22.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 19 18 56 0.66 0.68 0 0.78 241.58 0.51 0.15
Hex 13 12 38 42 44 0 4E F2 33 F
Octal 23 22 70 102 104 0 116 362 63 17
Binary 10011 10010 111000 1000010 1000100 0 1001110 11110010 110011 1111

Color Harmonies of #131238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131238

Black with #131238

Text Example


Text Example

White with #131238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131238; }

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

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

background-color css

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

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

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

border-color css

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

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

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