Html Css Color HEX #152042 Midnight Express

📋 copy color: '#152042'

red 21 ◦ green 32 ◦ blue 66

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

Shades of Midnight Express #152042

Tints of Midnight Express #152042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

 BLUE value IS 66 (26.17% from 255) = 55.46%

R = 17.65%
G = 26.89%
B = 55.46%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#152042 (or 0x152042) is known color: Midnight Express. HEX triplet: 15, 20 and 42. RGB value is (21,32,66). Sum of RGB (Red+Green+Blue) = 21+32+66=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #152042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152042 is #EADFBD. Grayscale: #202020. Windows color (decimal): -15392702 or 4333589. OLE color: 4333589.

HSL color Cylindrical-coordinate representation of color #152042: hue angle of 225.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152042 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 32 66 -
CMYK 0.68 0.52 0 0.74
HSL 225.33º 0.52% 0.17% -
HSV(B) 225.33º 0.68% 0.26% -
XYZ 1.81 1.59 5.36 -
YUV 32.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 21 32 66 0.68 0.52 0 0.74 225.33 0.52 0.17
Hex 15 20 42 44 34 0 4A E1 34 11
Octal 25 40 102 104 64 0 112 341 64 21
Binary 10101 100000 1000010 1000100 110100 0 1001010 11100001 110100 10001

Color Harmonies of #152042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152042

Black with #152042

Text Example


Text Example

White with #152042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152042; }

 p { color: rgb(21,32,66); }

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

background-color css

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

 a { background-color: rgb(21,32,66); }

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

border-color css

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

 span { border-color: rgb(21,32,66); }

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