Html Css Color HEX #152445 Midnight Express

📋 copy color: '#152445'

red 21 ◦ green 36 ◦ blue 69

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

Shades of Midnight Express #152445

Tints of Midnight Express #152445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

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

R = 16.67%
G = 28.57%
B = 54.76%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#152445 (or 0x152445) is known color: Midnight Express. HEX triplet: 15, 24 and 45. RGB value is (21,36,69). Sum of RGB (Red+Green+Blue) = 21+36+69=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #152445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152445 is #EADBBA. Grayscale: #232323. Windows color (decimal): -15391675 or 4531221. OLE color: 4531221.

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

Color convert

RGB 21 36 69 -
CMYK 0.70 0.48 0 0.73
HSL 221.25º 0.53% 0.18% -
HSV(B) 221.25º 0.7% 0.27% -
XYZ 2.01 1.85 5.88 -
YUV 35.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 21 36 69 0.70 0.48 0 0.73 221.25 0.53 0.18
Hex 15 24 45 46 30 0 49 DD 35 12
Octal 25 44 105 106 60 0 111 335 65 22
Binary 10101 100100 1000101 1000110 110000 0 1001001 11011101 110101 10010

Color Harmonies of #152445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152445

Black with #152445

Text Example


Text Example

White with #152445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152445; }

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

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

background-color css

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

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

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

border-color css

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

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

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