Html Css Color HEX #152645 Midnight Express

📋 copy color: '#152645'

red 21 ◦ green 38 ◦ blue 69

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

Shades of Midnight Express #152645

Tints of Midnight Express #152645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.69%

 BLUE value IS 69 (27.34% from 255) = 53.91%

R = 16.41%
G = 29.69%
B = 53.91%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#152645 (or 0x152645) is known color: Midnight Express. HEX triplet: 15, 26 and 45. RGB value is (21,38,69). Sum of RGB (Red+Green+Blue) = 21+38+69=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #152645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152645 is #EAD9BA. Grayscale: #242424. Windows color (decimal): -15391163 or 4531733. OLE color: 4531733.

HSL color Cylindrical-coordinate representation of color #152645: hue angle of 218.75º degrees, saturation: 0.53, 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 #152645 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 38 69 -
CMYK 0.70 0.45 0 0.73
HSL 218.75º 0.53% 0.18% -
HSV(B) 218.75º 0.7% 0.27% -
XYZ 2.08 1.98 5.9 -
YUV 36.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 21 38 69 0.70 0.45 0 0.73 218.75 0.53 0.18
Hex 15 26 45 46 2D 0 49 DB 35 12
Octal 25 46 105 106 55 0 111 333 65 22
Binary 10101 100110 1000101 1000110 101101 0 1001001 11011011 110101 10010

Color Harmonies of #152645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152645

Black with #152645

Text Example


Text Example

White with #152645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152645; }

 p { color: rgb(21,38,69); }

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

background-color css

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

 a { background-color: rgb(21,38,69); }

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

border-color css

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

 span { border-color: rgb(21,38,69); }

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