Html Css Color HEX #150E55 Midnight Blue

📋 copy color: '#150E55'

red 21 ◦ green 14 ◦ blue 85

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

Shades of Midnight Blue #150E55

Tints of Midnight Blue #150E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 70.83%

R = 17.5%
G = 11.67%
B = 70.83%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150E55 (or 0x150E55) is known color: Midnight Blue. HEX triplet: 15, 0E and 55. RGB value is (21,14,85). Sum of RGB (Red+Green+Blue) = 21+14+85=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #150E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E55 is #EAF1AA. Grayscale: #171717. Windows color (decimal): -15397291 or 5574165. OLE color: 5574165.

HSL color Cylindrical-coordinate representation of color #150E55: hue angle of 245.92º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150E55 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 14 85 -
CMYK 0.75 0.84 0 0.67
HSL 245.92º 0.72% 0.19% -
HSV(B) 245.92º 0.84% 0.33% -
XYZ 2.11 1.13 8.7 -
YUV 24.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 21 14 85 0.75 0.84 0 0.67 245.92 0.72 0.19
Hex 15 E 55 4B 54 0 43 F6 48 13
Octal 25 16 125 113 124 0 103 366 110 23
Binary 10101 1110 1010101 1001011 1010100 0 1000011 11110110 1001000 10011

Color Harmonies of #150E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E55

Black with #150E55

Text Example


Text Example

White with #150E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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