Html Css Color HEX #152340 Midnight Express

📋 copy color: '#152340'

red 21 ◦ green 35 ◦ blue 64

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

Shades of Midnight Express #152340

Tints of Midnight Express #152340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 17.5%
G = 29.17%
B = 53.33%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152340 (or 0x152340) is known color: Midnight Express. HEX triplet: 15, 23 and 40. RGB value is (21,35,64). Sum of RGB (Red+Green+Blue) = 21+35+64=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #152340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152340 is #EADCBF. Grayscale: #212121. Windows color (decimal): -15391936 or 4203285. OLE color: 4203285.

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

Color convert

RGB 21 35 64 -
CMYK 0.67 0.45 0 0.75
HSL 220.47º 0.51% 0.17% -
HSV(B) 220.47º 0.67% 0.25% -
XYZ 1.84 1.73 5.09 -
YUV 34.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 21 35 64 0.67 0.45 0 0.75 220.47 0.51 0.17
Hex 15 23 40 43 2D 0 4B DC 33 11
Octal 25 43 100 103 55 0 113 334 63 21
Binary 10101 100011 1000000 1000011 101101 0 1001011 11011100 110011 10001

Color Harmonies of #152340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152340

Black with #152340

Text Example


Text Example

White with #152340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152340; }

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

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

background-color css

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

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

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

border-color css

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

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

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