Html Css Color HEX #152346 Midnight Express

📋 copy color: '#152346'

red 21 ◦ green 35 ◦ blue 70

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

Shades of Midnight Express #152346

Tints of Midnight Express #152346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 55.56%

R = 16.67%
G = 27.78%
B = 55.56%

CMYK

 C value IS 0.70

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#152346 (or 0x152346) is known color: Midnight Express. HEX triplet: 15, 23 and 46. RGB value is (21,35,70). Sum of RGB (Red+Green+Blue) = 21+35+70=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #152346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152346 is #EADCB9. Grayscale: #222222. Windows color (decimal): -15391930 or 4596501. OLE color: 4596501.

HSL color Cylindrical-coordinate representation of color #152346: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152346 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 35 70 -
CMYK 0.70 0.5 0 0.73
HSL 222.86º 0.54% 0.18% -
HSV(B) 222.86º 0.7% 0.27% -
XYZ 2.02 1.8 6.04 -
YUV 34.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 21 35 70 0.70 0.5 0 0.73 222.86 0.54 0.18
Hex 15 23 46 46 32 0 49 DF 36 12
Octal 25 43 106 106 62 0 111 337 66 22
Binary 10101 100011 1000110 1000110 110010 0 1001001 11011111 110110 10010

Color Harmonies of #152346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152346

Black with #152346

Text Example


Text Example

White with #152346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152346; }

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

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

background-color css

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

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

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

border-color css

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

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

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