Html Css Color HEX #152944 Midnight

📋 copy color: '#152944'

red 21 ◦ green 41 ◦ blue 68

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

Shades of Midnight #152944

Tints of Midnight #152944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 52.31%

R = 16.15%
G = 31.54%
B = 52.31%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#152944 (or 0x152944) is known color: Midnight. HEX triplet: 15, 29 and 44. RGB value is (21,41,68). Sum of RGB (Red+Green+Blue) = 21+41+68=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #152944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152944 is #EAD6BB. Grayscale: #252525. Windows color (decimal): -15390396 or 4466965. OLE color: 4466965.

HSL color Cylindrical-coordinate representation of color #152944: hue angle of 214.47º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #152944 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 41 68 -
CMYK 0.69 0.40 0 0.73
HSL 214.47º 0.53% 0.17% -
HSV(B) 214.47º 0.69% 0.27% -
XYZ 2.15 2.16 5.77 -
YUV 38.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 21 41 68 0.69 0.40 0 0.73 214.47 0.53 0.17
Hex 15 29 44 45 28 0 49 D6 35 11
Octal 25 51 104 105 50 0 111 326 65 21
Binary 10101 101001 1000100 1000101 101000 0 1001001 11010110 110101 10001

Color Harmonies of #152944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152944

Black with #152944

Text Example


Text Example

White with #152944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152944; }

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

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

background-color css

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

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

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

border-color css

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

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

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