Html Css Color HEX #152849 Midnight

📋 copy color: '#152849'

red 21 ◦ green 40 ◦ blue 73

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

Shades of Midnight #152849

Tints of Midnight #152849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.85%

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 15.67%
G = 29.85%
B = 54.48%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#152849 (or 0x152849) is known color: Midnight. HEX triplet: 15, 28 and 49. RGB value is (21,40,73). Sum of RGB (Red+Green+Blue) = 21+40+73=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #152849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152849 is #EAD7B6. Grayscale: #252525. Windows color (decimal): -15390647 or 4794389. OLE color: 4794389.

HSL color Cylindrical-coordinate representation of color #152849: hue angle of 218.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152849 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 40 73 -
CMYK 0.71 0.45 0 0.71
HSL 218.08º 0.55% 0.18% -
HSV(B) 218.08º 0.71% 0.29% -
XYZ 2.27 2.16 6.6 -
YUV 38.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 21 40 73 0.71 0.45 0 0.71 218.08 0.55 0.18
Hex 15 28 49 47 2D 0 47 DA 37 12
Octal 25 50 111 107 55 0 107 332 67 22
Binary 10101 101000 1001001 1000111 101101 0 1000111 11011010 110111 10010

Color Harmonies of #152849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152849

Black with #152849

Text Example


Text Example

White with #152849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152849; }

 p { color: rgb(21,40,73); }

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

background-color css

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

 a { background-color: rgb(21,40,73); }

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

border-color css

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

 span { border-color: rgb(21,40,73); }

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