Html Css Color HEX #152341 Midnight Express

📋 copy color: '#152341'

red 21 ◦ green 35 ◦ blue 65

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

Shades of Midnight Express #152341

Tints of Midnight Express #152341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

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

R = 17.36%
G = 28.93%
B = 53.72%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152341 (or 0x152341) is known color: Midnight Express. HEX triplet: 15, 23 and 41. RGB value is (21,35,65). Sum of RGB (Red+Green+Blue) = 21+35+65=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #152341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152341 is #EADCBE. Grayscale: #222222. Windows color (decimal): -15391935 or 4268821. OLE color: 4268821.

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

Color convert

RGB 21 35 65 -
CMYK 0.68 0.46 0 0.75
HSL 220.91º 0.51% 0.17% -
HSV(B) 220.91º 0.68% 0.25% -
XYZ 1.86 1.74 5.24 -
YUV 34.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 21 35 65 0.68 0.46 0 0.75 220.91 0.51 0.17
Hex 15 23 41 44 2E 0 4B DD 33 11
Octal 25 43 101 104 56 0 113 335 63 21
Binary 10101 100011 1000001 1000100 101110 0 1001011 11011101 110011 10001

Color Harmonies of #152341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152341

Black with #152341

Text Example


Text Example

White with #152341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152341; }

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

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

background-color css

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

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

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

border-color css

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

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

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