Html Css Color HEX #150864 Midnight Blue

📋 copy color: '#150864'

red 21 ◦ green 8 ◦ blue 100

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

Shades of Midnight Blue #150864

Tints of Midnight Blue #150864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 100 (39.45% from 255) = 77.52%

R = 16.28%
G = 6.2%
B = 77.52%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150864 (or 0x150864) is known color: Midnight Blue. HEX triplet: 15, 08 and 64. RGB value is (21,8,100). Sum of RGB (Red+Green+Blue) = 21+8+100=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #150864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150864 is #EAF79B. Grayscale: #161616. Windows color (decimal): -15398812 or 6555669. OLE color: 6555669.

HSL color Cylindrical-coordinate representation of color #150864: hue angle of 248.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150864 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 8 100 -
CMYK 0.79 0.92 0 0.61
HSL 248.48º 0.85% 0.21% -
HSV(B) 248.48º 0.92% 0.39% -
XYZ 2.7 1.25 12.16 -
YUV 22.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 21 8 100 0.79 0.92 0 0.61 248.48 0.85 0.21
Hex 15 8 64 4F 5C 0 3D F8 55 15
Octal 25 10 144 117 134 0 75 370 125 25
Binary 10101 1000 1100100 1001111 1011100 0 111101 11111000 1010101 10101

Color Harmonies of #150864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150864

Black with #150864

Text Example


Text Example

White with #150864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150864; }

 p { color: rgb(21,8,100); }

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

background-color css

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

 a { background-color: rgb(21,8,100); }

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

border-color css

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

 span { border-color: rgb(21,8,100); }

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