Html Css Color HEX #152848 Midnight

📋 copy color: '#152848'

red 21 ◦ green 40 ◦ blue 72

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

Shades of Midnight #152848

Tints of Midnight #152848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.14%

R = 15.79%
G = 30.08%
B = 54.14%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#152848 (or 0x152848) is known color: Midnight. HEX triplet: 15, 28 and 48. RGB value is (21,40,72). Sum of RGB (Red+Green+Blue) = 21+40+72=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #152848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152848 is #EAD7B7. Grayscale: #252525. Windows color (decimal): -15390648 or 4728853. OLE color: 4728853.

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

Color convert

RGB 21 40 72 -
CMYK 0.71 0.44 0 0.72
HSL 217.65º 0.55% 0.18% -
HSV(B) 217.65º 0.71% 0.28% -
XYZ 2.24 2.14 6.43 -
YUV 37.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 21 40 72 0.71 0.44 0 0.72 217.65 0.55 0.18
Hex 15 28 48 47 2C 0 48 DA 37 12
Octal 25 50 110 107 54 0 110 332 67 22
Binary 10101 101000 1001000 1000111 101100 0 1001000 11011010 110111 10010

Color Harmonies of #152848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152848

Black with #152848

Text Example


Text Example

White with #152848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152848; }

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

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

background-color css

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

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

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

border-color css

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

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

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