Html Css Color HEX #152241 Midnight Express

📋 copy color: '#152241'

red 21 ◦ green 34 ◦ blue 65

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

Shades of Midnight Express #152241

Tints of Midnight Express #152241

RGB

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

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

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

R = 17.5%
G = 28.33%
B = 54.17%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152241 (or 0x152241) is known color: Midnight Express. HEX triplet: 15, 22 and 41. RGB value is (21,34,65). Sum of RGB (Red+Green+Blue) = 21+34+65=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #152241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152241 is #EADDBE. Grayscale: #212121. Windows color (decimal): -15392191 or 4268565. OLE color: 4268565.

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

Color convert

RGB 21 34 65 -
CMYK 0.68 0.48 0 0.75
HSL 222.27º 0.51% 0.17% -
HSV(B) 222.27º 0.68% 0.25% -
XYZ 1.84 1.69 5.23 -
YUV 33.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 21 34 65 0.68 0.48 0 0.75 222.27 0.51 0.17
Hex 15 22 41 44 30 0 4B DE 33 11
Octal 25 42 101 104 60 0 113 336 63 21
Binary 10101 100010 1000001 1000100 110000 0 1001011 11011110 110011 10001

Color Harmonies of #152241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152241

Black with #152241

Text Example


Text Example

White with #152241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152241; }

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

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

background-color css

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

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

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

border-color css

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

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

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