Html Css Color HEX #152640 Midnight

📋 copy color: '#152640'

red 21 ◦ green 38 ◦ blue 64

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

Shades of Midnight #152640

Tints of Midnight #152640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 52.03%

R = 17.07%
G = 30.89%
B = 52.03%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152640 (or 0x152640) is known color: Midnight. HEX triplet: 15, 26 and 40. RGB value is (21,38,64). Sum of RGB (Red+Green+Blue) = 21+38+64=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #152640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152640 is #EAD9BF. Grayscale: #232323. Windows color (decimal): -15391168 or 4204053. OLE color: 4204053.

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

Color convert

RGB 21 38 64 -
CMYK 0.67 0.41 0 0.75
HSL 216.28º 0.51% 0.17% -
HSV(B) 216.28º 0.67% 0.25% -
XYZ 1.93 1.92 5.12 -
YUV 35.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 21 38 64 0.67 0.41 0 0.75 216.28 0.51 0.17
Hex 15 26 40 43 29 0 4B D8 33 11
Octal 25 46 100 103 51 0 113 330 63 21
Binary 10101 100110 1000000 1000011 101001 0 1001011 11011000 110011 10001

Color Harmonies of #152640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152640

Black with #152640

Text Example


Text Example

White with #152640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152640; }

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

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

background-color css

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

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

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

border-color css

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

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

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