Html Css Color HEX #150E59 Midnight Blue

📋 copy color: '#150E59'

red 21 ◦ green 14 ◦ blue 89

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

Shades of Midnight Blue #150E59

Tints of Midnight Blue #150E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

 BLUE value IS 89 (35.16% from 255) = 71.77%

R = 16.94%
G = 11.29%
B = 71.77%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#150E59 (or 0x150E59) is known color: Midnight Blue. HEX triplet: 15, 0E and 59. RGB value is (21,14,89). Sum of RGB (Red+Green+Blue) = 21+14+89=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #150E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E59 is #EAF1A6. Grayscale: #181818. Windows color (decimal): -15397287 or 5836309. OLE color: 5836309.

HSL color Cylindrical-coordinate representation of color #150E59: hue angle of 245.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150E59 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 14 89 -
CMYK 0.76 0.84 0 0.65
HSL 245.6º 0.73% 0.2% -
HSV(B) 245.6º 0.84% 0.35% -
XYZ 2.27 1.19 9.56 -
YUV 24.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 21 14 89 0.76 0.84 0 0.65 245.6 0.73 0.2
Hex 15 E 59 4C 54 0 41 F6 49 14
Octal 25 16 131 114 124 0 101 366 111 24
Binary 10101 1110 1011001 1001100 1010100 0 1000001 11110110 1001001 10100

Color Harmonies of #150E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E59

Black with #150E59

Text Example


Text Example

White with #150E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E59; }

 p { color: rgb(21,14,89); }

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

background-color css

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

 a { background-color: rgb(21,14,89); }

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

border-color css

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

 span { border-color: rgb(21,14,89); }

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