Html Css Color HEX #150154 Midnight Blue

📋 copy color: '#150154'

red 21 ◦ green 1 ◦ blue 84

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

Shades of Midnight Blue #150154

Tints of Midnight Blue #150154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 19.81%
G = 0.94%
B = 79.25%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150154 (or 0x150154) is known color: Midnight Blue. HEX triplet: 15, 01 and 54. RGB value is (21,1,84). Sum of RGB (Red+Green+Blue) = 21+1+84=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #150154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150154 is #EAFEAB. Grayscale: #101010. Windows color (decimal): -15400620 or 5505301. OLE color: 5505301.

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

Color convert

RGB 21 1 84 -
CMYK 0.75 0.99 0 0.67
HSL 254.46º 0.98% 0.17% -
HSV(B) 254.46º 0.99% 0.33% -
XYZ 1.92 0.82 8.44 -
YUV 16.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 21 1 84 0.75 0.99 0 0.67 254.46 0.98 0.17
Hex 15 1 54 4B 63 0 43 FE 62 11
Octal 25 1 124 113 143 0 103 376 142 21
Binary 10101 1 1010100 1001011 1100011 0 1000011 11111110 1100010 10001

Color Harmonies of #150154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150154

Black with #150154

Text Example


Text Example

White with #150154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150154; }

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

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

background-color css

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

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

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

border-color css

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

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

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