Html Css Color HEX #152342 Midnight Express

📋 copy color: '#152342'

red 21 ◦ green 35 ◦ blue 66

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

Shades of Midnight Express #152342

Tints of Midnight Express #152342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 17.21%
G = 28.69%
B = 54.1%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#152342 (or 0x152342) is known color: Midnight Express. HEX triplet: 15, 23 and 42. RGB value is (21,35,66). Sum of RGB (Red+Green+Blue) = 21+35+66=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #152342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152342 is #EADCBD. Grayscale: #222222. Windows color (decimal): -15391934 or 4334357. OLE color: 4334357.

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

Color convert

RGB 21 35 66 -
CMYK 0.68 0.47 0 0.74
HSL 221.33º 0.52% 0.17% -
HSV(B) 221.33º 0.68% 0.26% -
XYZ 1.89 1.75 5.39 -
YUV 34.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 21 35 66 0.68 0.47 0 0.74 221.33 0.52 0.17
Hex 15 23 42 44 2F 0 4A DD 34 11
Octal 25 43 102 104 57 0 112 335 64 21
Binary 10101 100011 1000010 1000100 101111 0 1001010 11011101 110100 10001

Color Harmonies of #152342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152342

Black with #152342

Text Example


Text Example

White with #152342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152342; }

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

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

background-color css

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

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

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

border-color css

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

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

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