Html Css Color HEX #151960 Midnight Blue

📋 copy color: '#151960'

red 21 ◦ green 25 ◦ blue 96

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

Shades of Midnight Blue #151960

Tints of Midnight Blue #151960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

 BLUE value IS 96 (37.89% from 255) = 67.61%

R = 14.79%
G = 17.61%
B = 67.61%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#151960 (or 0x151960) is known color: Midnight Blue. HEX triplet: 15, 19 and 60. RGB value is (21,25,96). Sum of RGB (Red+Green+Blue) = 21+25+96=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #151960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151960 is #EAE69F. Grayscale: #1F1F1F. Windows color (decimal): -15394464 or 6297877. OLE color: 6297877.

HSL color Cylindrical-coordinate representation of color #151960: hue angle of 236.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151960 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 25 96 -
CMYK 0.78 0.74 0 0.62
HSL 236.8º 0.64% 0.23% -
HSV(B) 236.8º 0.78% 0.38% -
XYZ 2.77 1.7 11.25 -
YUV 31.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 21 25 96 0.78 0.74 0 0.62 236.8 0.64 0.23
Hex 15 19 60 4E 4A 0 3E ED 40 17
Octal 25 31 140 116 112 0 76 355 100 27
Binary 10101 11001 1100000 1001110 1001010 0 111110 11101101 1000000 10111

Color Harmonies of #151960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151960

Black with #151960

Text Example


Text Example

White with #151960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151960; }

 p { color: rgb(21,25,96); }

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

background-color css

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

 a { background-color: rgb(21,25,96); }

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

border-color css

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

 span { border-color: rgb(21,25,96); }

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