Html Css Color HEX #152240 Midnight Express

📋 copy color: '#152240'

red 21 ◦ green 34 ◦ blue 64

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

Shades of Midnight Express #152240

Tints of Midnight Express #152240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.57%

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

R = 17.65%
G = 28.57%
B = 53.78%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152240 (or 0x152240) is known color: Midnight Express. HEX triplet: 15, 22 and 40. RGB value is (21,34,64). Sum of RGB (Red+Green+Blue) = 21+34+64=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #152240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152240 is #EADDBF. Grayscale: #212121. Windows color (decimal): -15392192 or 4203029. OLE color: 4203029.

HSL color Cylindrical-coordinate representation of color #152240: hue angle of 221.86º 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 #152240 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 34 64 -
CMYK 0.67 0.47 0 0.75
HSL 221.86º 0.51% 0.17% -
HSV(B) 221.86º 0.67% 0.25% -
XYZ 1.81 1.67 5.08 -
YUV 33.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 21 34 64 0.67 0.47 0 0.75 221.86 0.51 0.17
Hex 15 22 40 43 2F 0 4B DE 33 11
Octal 25 42 100 103 57 0 113 336 63 21
Binary 10101 100010 1000000 1000011 101111 0 1001011 11011110 110011 10001

Color Harmonies of #152240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152240

Black with #152240

Text Example


Text Example

White with #152240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152240; }

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

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

background-color css

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

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

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

border-color css

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

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

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