Html Css Color HEX #152949 Midnight

📋 copy color: '#152949'

red 21 ◦ green 41 ◦ blue 73

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

Shades of Midnight #152949

Tints of Midnight #152949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

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

R = 15.56%
G = 30.37%
B = 54.07%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#152949 (or 0x152949) is known color: Midnight. HEX triplet: 15, 29 and 49. RGB value is (21,41,73). Sum of RGB (Red+Green+Blue) = 21+41+73=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #152949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152949 is #EAD6B6. Grayscale: #262626. Windows color (decimal): -15390391 or 4794645. OLE color: 4794645.

HSL color Cylindrical-coordinate representation of color #152949: hue angle of 216.92º 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 #152949 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 41 73 -
CMYK 0.71 0.44 0 0.71
HSL 216.92º 0.55% 0.18% -
HSV(B) 216.92º 0.71% 0.29% -
XYZ 2.3 2.23 6.61 -
YUV 38.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 21 41 73 0.71 0.44 0 0.71 216.92 0.55 0.18
Hex 15 29 49 47 2C 0 47 D9 37 12
Octal 25 51 111 107 54 0 107 331 67 22
Binary 10101 101001 1001001 1000111 101100 0 1000111 11011001 110111 10010

Color Harmonies of #152949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152949

Black with #152949

Text Example


Text Example

White with #152949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152949; }

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

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

background-color css

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

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

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

border-color css

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

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

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