Html Css Color HEX #151E60 Midnight Blue

📋 copy color: '#151E60'

red 21 ◦ green 30 ◦ blue 96

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

Shades of Midnight Blue #151E60

Tints of Midnight Blue #151E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

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

R = 14.29%
G = 20.41%
B = 65.31%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#151E60 (or 0x151E60) is known color: Midnight Blue. HEX triplet: 15, 1E and 60. RGB value is (21,30,96). Sum of RGB (Red+Green+Blue) = 21+30+96=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #151E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E60 is #EAE19F. Grayscale: #222222. Windows color (decimal): -15393184 or 6299157. OLE color: 6299157.

HSL color Cylindrical-coordinate representation of color #151E60: hue angle of 232.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 #151E60 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 30 96 -
CMYK 0.78 0.69 0 0.62
HSL 232.8º 0.64% 0.23% -
HSV(B) 232.8º 0.78% 0.38% -
XYZ 2.88 1.93 11.29 -
YUV 34.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 21 30 96 0.78 0.69 0 0.62 232.8 0.64 0.23
Hex 15 1E 60 4E 45 0 3E E9 40 17
Octal 25 36 140 116 105 0 76 351 100 27
Binary 10101 11110 1100000 1001110 1000101 0 111110 11101001 1000000 10111

Color Harmonies of #151E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E60

Black with #151E60

Text Example


Text Example

White with #151E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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