Html Css Color HEX #152541 Midnight Express

📋 copy color: '#152541'

red 21 ◦ green 37 ◦ blue 65

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

Shades of Midnight Express #152541

Tints of Midnight Express #152541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

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

R = 17.07%
G = 30.08%
B = 52.85%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152541 (or 0x152541) is known color: Midnight Express. HEX triplet: 15, 25 and 41. RGB value is (21,37,65). Sum of RGB (Red+Green+Blue) = 21+37+65=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #152541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152541 is #EADABE. Grayscale: #232323. Windows color (decimal): -15391423 or 4269333. OLE color: 4269333.

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

Color convert

RGB 21 37 65 -
CMYK 0.68 0.43 0 0.75
HSL 218.18º 0.51% 0.17% -
HSV(B) 218.18º 0.68% 0.25% -
XYZ 1.92 1.86 5.26 -
YUV 35.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 21 37 65 0.68 0.43 0 0.75 218.18 0.51 0.17
Hex 15 25 41 44 2B 0 4B DA 33 11
Octal 25 45 101 104 53 0 113 332 63 21
Binary 10101 100101 1000001 1000100 101011 0 1001011 11011010 110011 10001

Color Harmonies of #152541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152541

Black with #152541

Text Example


Text Example

White with #152541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152541; }

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

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

background-color css

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

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

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

border-color css

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

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

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