Html Css Color HEX #152741 Midnight

📋 copy color: '#152741'

red 21 ◦ green 39 ◦ blue 65

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

Shades of Midnight #152741

Tints of Midnight #152741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.2%

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

R = 16.8%
G = 31.2%
B = 52%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152741 (or 0x152741) is known color: Midnight. HEX triplet: 15, 27 and 41. RGB value is (21,39,65). Sum of RGB (Red+Green+Blue) = 21+39+65=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #152741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152741 is #EAD8BE. Grayscale: #242424. Windows color (decimal): -15390911 or 4269845. OLE color: 4269845.

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

Color convert

RGB 21 39 65 -
CMYK 0.68 0.40 0 0.75
HSL 215.45º 0.51% 0.17% -
HSV(B) 215.45º 0.68% 0.25% -
XYZ 1.99 1.99 5.28 -
YUV 36.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 21 39 65 0.68 0.40 0 0.75 215.45 0.51 0.17
Hex 15 27 41 44 28 0 4B D7 33 11
Octal 25 47 101 104 50 0 113 327 63 21
Binary 10101 100111 1000001 1000100 101000 0 1001011 11010111 110011 10001

Color Harmonies of #152741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152741

Black with #152741

Text Example


Text Example

White with #152741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152741; }

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

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

background-color css

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

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

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

border-color css

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

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

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