Html Css Color HEX #152641 Midnight

📋 copy color: '#152641'

red 21 ◦ green 38 ◦ blue 65

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

Shades of Midnight #152641

Tints of Midnight #152641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

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

R = 16.94%
G = 30.65%
B = 52.42%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152641 (or 0x152641) is known color: Midnight. HEX triplet: 15, 26 and 41. RGB value is (21,38,65). Sum of RGB (Red+Green+Blue) = 21+38+65=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #152641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152641 is #EAD9BE. Grayscale: #232323. Windows color (decimal): -15391167 or 4269589. OLE color: 4269589.

HSL color Cylindrical-coordinate representation of color #152641: hue angle of 216.82º 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 #152641 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 38 65 -
CMYK 0.68 0.42 0 0.75
HSL 216.82º 0.51% 0.17% -
HSV(B) 216.82º 0.68% 0.25% -
XYZ 1.96 1.93 5.27 -
YUV 36 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 21 38 65 0.68 0.42 0 0.75 216.82 0.51 0.17
Hex 15 26 41 44 2A 0 4B D9 33 11
Octal 25 46 101 104 52 0 113 331 63 21
Binary 10101 100110 1000001 1000100 101010 0 1001011 11011001 110011 10001

Color Harmonies of #152641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152641

Black with #152641

Text Example


Text Example

White with #152641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152641; }

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

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

background-color css

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

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

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

border-color css

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

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

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