Html Css Color HEX #150A78 Midnight Blue

📋 copy color: '#150A78'

red 21 ◦ green 10 ◦ blue 120

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

Shades of Midnight Blue #150A78

Tints of Midnight Blue #150A78

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

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

R = 13.91%
G = 6.62%
B = 79.47%

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

#150A78 (or 0x150A78) is known color: Midnight Blue. HEX triplet: 15, 0A and 78. RGB value is (21,10,120). Sum of RGB (Red+Green+Blue) = 21+10+120=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #150A78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A78 is #EAF587. Grayscale: #191919. Windows color (decimal): -15398280 or 7866901. OLE color: 7866901.

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

Color convert

RGB 21 10 120 -
CMYK 0.83 0.92 0 0.53
HSL 246º 0.85% 0.25% -
HSV(B) 246º 0.92% 0.47% -
XYZ 3.81 1.73 17.9 -
YUV 25.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 21 10 120 0.83 0.92 0 0.53 246 0.85 0.25
Hex 15 A 78 53 5C 0 35 F6 55 19
Octal 25 12 170 123 134 0 65 366 125 31
Binary 10101 1010 1111000 1010011 1011100 0 110101 11110110 1010101 11001

Color Harmonies of #150A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A78

Black with #150A78

Text Example


Text Example

White with #150A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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