Html Css Color HEX #151341 Midnight Express

📋 copy color: '#151341'

red 21 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #151341

Tints of Midnight Express #151341

RGB

 RED value IS 21 (8.59% from 255) = 20%

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

 BLUE value IS 65 (25.78% from 255) = 61.9%

R = 20%
G = 18.1%
B = 61.9%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#151341 (or 0x151341) is known color: Midnight Express. HEX triplet: 15, 13 and 41. RGB value is (21,19,65). Sum of RGB (Red+Green+Blue) = 21+19+65=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #151341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151341 is #EAECBE. Grayscale: #181818. Windows color (decimal): -15396031 or 4264725. OLE color: 4264725.

HSL color Cylindrical-coordinate representation of color #151341: hue angle of 242.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151341 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 19 65 -
CMYK 0.68 0.71 0 0.75
HSL 242.61º 0.55% 0.16% -
HSV(B) 242.61º 0.71% 0.25% -
XYZ 1.5 1.01 5.12 -
YUV 24.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 21 19 65 0.68 0.71 0 0.75 242.61 0.55 0.16
Hex 15 13 41 44 47 0 4B F3 37 10
Octal 25 23 101 104 107 0 113 363 67 20
Binary 10101 10011 1000001 1000100 1000111 0 1001011 11110011 110111 10000

Color Harmonies of #151341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151341

Black with #151341

Text Example


Text Example

White with #151341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151341; }

 p { color: rgb(21,19,65); }

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

background-color css

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

 a { background-color: rgb(21,19,65); }

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

border-color css

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

 span { border-color: rgb(21,19,65); }

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