Html Css Color HEX #152035 Midnight Express

📋 copy color: '#152035'

red 21 ◦ green 32 ◦ blue 53

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

Shades of Midnight Express #152035

Tints of Midnight Express #152035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 50%

R = 19.81%
G = 30.19%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#152035 (or 0x152035) is known color: Midnight Express. HEX triplet: 15, 20 and 35. RGB value is (21,32,53). Sum of RGB (Red+Green+Blue) = 21+32+53=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #152035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152035 is #EADFCA. Grayscale: #1F1F1F. Windows color (decimal): -15392715 or 3481621. OLE color: 3481621.

HSL color Cylindrical-coordinate representation of color #152035: hue angle of 219.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152035 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 32 53 -
CMYK 0.60 0.40 0 0.79
HSL 219.38º 0.43% 0.15% -
HSV(B) 219.38º 0.6% 0.21% -
XYZ 1.47 1.45 3.57 -
YUV 31.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 21 32 53 0.60 0.40 0 0.79 219.38 0.43 0.15
Hex 15 20 35 3C 28 0 4F DB 2B F
Octal 25 40 65 74 50 0 117 333 53 17
Binary 10101 100000 110101 111100 101000 0 1001111 11011011 101011 1111

Color Harmonies of #152035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152035

Black with #152035

Text Example


Text Example

White with #152035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152035; }

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

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

background-color css

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

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

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

border-color css

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

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

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