Html Css Color HEX #150054 Midnight Blue

📋 copy color: '#150054'

red 21 ◦ green 0 ◦ blue 84

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

Shades of Midnight Blue #150054

Tints of Midnight Blue #150054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 80%

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150054 (or 0x150054) is known color: Midnight Blue. HEX triplet: 15, 00 and 54. RGB value is (21,0,84). Sum of RGB (Red+Green+Blue) = 21+0+84=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #150054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150054 is #EAFFAB. Grayscale: #0F0F0F. Windows color (decimal): -15400876 or 5505045. OLE color: 5505045.

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

Color convert

RGB 21 0 84 -
CMYK 0.75 1 0 0.67
HSL 255º 1% 0.16% -
HSV(B) 255º 1% 0.33% -
XYZ 1.91 0.8 8.44 -
YUV 15.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 21 0 84 0.75 1 0 0.67 255 1 0.16
Hex 15 0 54 4B 64 0 43 FF 64 10
Octal 25 0 124 113 144 0 103 377 144 20
Binary 10101 0 1010100 1001011 1100100 0 1000011 11111111 1100100 10000

Color Harmonies of #150054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150054

Black with #150054

Text Example


Text Example

White with #150054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150054; }

 p { color: rgb(21,0,84); }

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

background-color css

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

 a { background-color: rgb(21,0,84); }

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

border-color css

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

 span { border-color: rgb(21,0,84); }

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