Html Css Color HEX #152841 Midnight

📋 copy color: '#152841'

red 21 ◦ green 40 ◦ blue 65

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

Shades of Midnight #152841

Tints of Midnight #152841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 16.67%
G = 31.75%
B = 51.59%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152841 (or 0x152841) is known color: Midnight. HEX triplet: 15, 28 and 41. RGB value is (21,40,65). Sum of RGB (Red+Green+Blue) = 21+40+65=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #152841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152841 is #EAD7BE. Grayscale: #252525. Windows color (decimal): -15390655 or 4270101. OLE color: 4270101.

HSL color Cylindrical-coordinate representation of color #152841: hue angle of 214.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152841 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 40 65 -
CMYK 0.68 0.38 0 0.75
HSL 214.09º 0.51% 0.17% -
HSV(B) 214.09º 0.68% 0.25% -
XYZ 2.02 2.06 5.29 -
YUV 37.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 21 40 65 0.68 0.38 0 0.75 214.09 0.51 0.17
Hex 15 28 41 44 26 0 4B D6 33 11
Octal 25 50 101 104 46 0 113 326 63 21
Binary 10101 101000 1000001 1000100 100110 0 1001011 11010110 110011 10001

Color Harmonies of #152841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152841

Black with #152841

Text Example


Text Example

White with #152841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152841; }

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

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

background-color css

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

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

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

border-color css

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

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

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