Html Css Color HEX #150976 Midnight Blue

📋 copy color: '#150976'

red 21 ◦ green 9 ◦ blue 118

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

Shades of Midnight Blue #150976

Tints of Midnight Blue #150976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

 BLUE value IS 118 (46.48% from 255) = 79.73%

R = 14.19%
G = 6.08%
B = 79.73%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#150976 (or 0x150976) is known color: Midnight Blue. HEX triplet: 15, 09 and 76. RGB value is (21,9,118). Sum of RGB (Red+Green+Blue) = 21+9+118=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 118 (46.48% from 255 or 79.73% from 148); Max value from RGB is 118 - color contains mainly: blue. Hex color #150976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150976 is #EAF689. Grayscale: #181818. Windows color (decimal): -15398538 or 7735573. OLE color: 7735573.

HSL color Cylindrical-coordinate representation of color #150976: hue angle of 246.61º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150976 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 9 118 -
CMYK 0.82 0.92 0 0.54
HSL 246.61º 0.86% 0.25% -
HSV(B) 246.61º 0.92% 0.46% -
XYZ 3.68 1.66 17.27 -
YUV 25.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 21 9 118 0.82 0.92 0 0.54 246.61 0.86 0.25
Hex 15 9 76 52 5C 0 36 F7 56 19
Octal 25 11 166 122 134 0 66 367 126 31
Binary 10101 1001 1110110 1010010 1011100 0 110110 11110111 1010110 11001

Color Harmonies of #150976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150976

Black with #150976

Text Example


Text Example

White with #150976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150976; }

 p { color: rgb(21,9,118); }

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

background-color css

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

 a { background-color: rgb(21,9,118); }

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

border-color css

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

 span { border-color: rgb(21,9,118); }

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