Html Css Color HEX #152141 Midnight Express

📋 copy color: '#152141'

red 21 ◦ green 33 ◦ blue 65

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

Shades of Midnight Express #152141

Tints of Midnight Express #152141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 17.65%
G = 27.73%
B = 54.62%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152141 (or 0x152141) is known color: Midnight Express. HEX triplet: 15, 21 and 41. RGB value is (21,33,65). Sum of RGB (Red+Green+Blue) = 21+33+65=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #152141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152141 is #EADEBE. Grayscale: #202020. Windows color (decimal): -15392447 or 4268309. OLE color: 4268309.

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

Color convert

RGB 21 33 65 -
CMYK 0.68 0.49 0 0.75
HSL 223.64º 0.51% 0.17% -
HSV(B) 223.64º 0.68% 0.25% -
XYZ 1.81 1.63 5.22 -
YUV 33.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 21 33 65 0.68 0.49 0 0.75 223.64 0.51 0.17
Hex 15 21 41 44 31 0 4B E0 33 11
Octal 25 41 101 104 61 0 113 340 63 21
Binary 10101 100001 1000001 1000100 110001 0 1001011 11100000 110011 10001

Color Harmonies of #152141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152141

Black with #152141

Text Example


Text Example

White with #152141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152141; }

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

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

background-color css

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

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

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

border-color css

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

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

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