Html Css Color HEX #150978 Midnight Blue

📋 copy color: '#150978'

red 21 ◦ green 9 ◦ blue 120

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

Shades of Midnight Blue #150978

Tints of Midnight Blue #150978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 80%

R = 14%
G = 6%
B = 80%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150978 (or 0x150978) is known color: Midnight Blue. HEX triplet: 15, 09 and 78. RGB value is (21,9,120). Sum of RGB (Red+Green+Blue) = 21+9+120=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 120 (47.27% from 255 or 80% from 150); Max value from RGB is 120 - color contains mainly: blue. Hex color #150978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150978 is #EAF687. Grayscale: #181818. Windows color (decimal): -15398536 or 7866645. OLE color: 7866645.

HSL color Cylindrical-coordinate representation of color #150978: hue angle of 246.49º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150978 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 9 120 -
CMYK 0.83 0.92 0 0.53
HSL 246.49º 0.86% 0.25% -
HSV(B) 246.49º 0.93% 0.47% -
XYZ 3.8 1.71 17.9 -
YUV 25.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 21 9 120 0.83 0.92 0 0.53 246.49 0.86 0.25
Hex 15 9 78 53 5C 0 35 F6 56 19
Octal 25 11 170 123 134 0 65 366 126 31
Binary 10101 1001 1111000 1010011 1011100 0 110101 11110110 1010110 11001

Color Harmonies of #150978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150978

Black with #150978

Text Example


Text Example

White with #150978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150978; }

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

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

background-color css

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

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

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

border-color css

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

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

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