Html Css Color HEX #150D78 Midnight Blue

📋 copy color: '#150D78'

red 21 ◦ green 13 ◦ blue 120

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

Shades of Midnight Blue #150D78

Tints of Midnight Blue #150D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.44%

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

R = 13.64%
G = 8.44%
B = 77.92%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150D78 (or 0x150D78) is known color: Midnight Blue. HEX triplet: 15, 0D and 78. RGB value is (21,13,120). Sum of RGB (Red+Green+Blue) = 21+13+120=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 120 (47.27% from 255 or 77.92% from 154); Max value from RGB is 120 - color contains mainly: blue. Hex color #150D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D78 is #EAF287. Grayscale: #1B1B1B. Windows color (decimal): -15397512 or 7867669. OLE color: 7867669.

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

Color convert

RGB 21 13 120 -
CMYK 0.83 0.89 0 0.53
HSL 244.49º 0.8% 0.26% -
HSV(B) 244.49º 0.89% 0.47% -
XYZ 3.84 1.8 17.91 -
YUV 27.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 21 13 120 0.83 0.89 0 0.53 244.49 0.8 0.26
Hex 15 D 78 53 59 0 35 F4 50 1A
Octal 25 15 170 123 131 0 65 364 120 32
Binary 10101 1101 1111000 1010011 1011001 0 110101 11110100 1010000 11010

Color Harmonies of #150D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D78

Black with #150D78

Text Example


Text Example

White with #150D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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