Html Css Color HEX #131244 Midnight Express

📋 copy color: '#131244'

red 19 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #131244

Tints of Midnight Express #131244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 64.76%

R = 18.1%
G = 17.14%
B = 64.76%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131244 (or 0x131244) is known color: Midnight Express. HEX triplet: 13, 12 and 44. RGB value is (19,18,68). Sum of RGB (Red+Green+Blue) = 19+18+68=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #131244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131244 is #ECEDBB. Grayscale: #171717. Windows color (decimal): -15527356 or 4461075. OLE color: 4461075.

HSL color Cylindrical-coordinate representation of color #131244: hue angle of 241.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131244 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 18 68 -
CMYK 0.72 0.74 0 0.73
HSL 241.2º 0.58% 0.17% -
HSV(B) 241.2º 0.74% 0.27% -
XYZ 1.53 0.99 5.58 -
YUV 24 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 19 18 68 0.72 0.74 0 0.73 241.2 0.58 0.17
Hex 13 12 44 48 4A 0 49 F1 3A 11
Octal 23 22 104 110 112 0 111 361 72 21
Binary 10011 10010 1000100 1001000 1001010 0 1001001 11110001 111010 10001

Color Harmonies of #131244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131244

Black with #131244

Text Example


Text Example

White with #131244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131244; }

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

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

background-color css

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

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

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

border-color css

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

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

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