Html Css Color HEX #152242 Midnight Express

📋 copy color: '#152242'

red 21 ◦ green 34 ◦ blue 66

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

Shades of Midnight Express #152242

Tints of Midnight Express #152242

RGB

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

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

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

R = 17.36%
G = 28.1%
B = 54.55%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#152242 (or 0x152242) is known color: Midnight Express. HEX triplet: 15, 22 and 42. RGB value is (21,34,66). Sum of RGB (Red+Green+Blue) = 21+34+66=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #152242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152242 is #EADDBD. Grayscale: #212121. Windows color (decimal): -15392190 or 4334101. OLE color: 4334101.

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

Color convert

RGB 21 34 66 -
CMYK 0.68 0.48 0 0.74
HSL 222.67º 0.52% 0.17% -
HSV(B) 222.67º 0.68% 0.26% -
XYZ 1.86 1.7 5.38 -
YUV 33.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 21 34 66 0.68 0.48 0 0.74 222.67 0.52 0.17
Hex 15 22 42 44 30 0 4A DF 34 11
Octal 25 42 102 104 60 0 112 337 64 21
Binary 10101 100010 1000010 1000100 110000 0 1001010 11011111 110100 10001

Color Harmonies of #152242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152242

Black with #152242

Text Example


Text Example

White with #152242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152242; }

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

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

background-color css

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

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

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

border-color css

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

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

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