Html Css Color HEX #150064 Midnight Blue

📋 copy color: '#150064'

red 21 ◦ green 0 ◦ blue 100

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

Shades of Midnight Blue #150064

Tints of Midnight Blue #150064

RGB

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

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

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

R = 17.36%
G = 0%
B = 82.64%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150064 (or 0x150064) is known color: Midnight Blue. HEX triplet: 15, 00 and 64. RGB value is (21,0,100). Sum of RGB (Red+Green+Blue) = 21+0+100=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #150064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150064 is #EAFF9B. Grayscale: #111111. Windows color (decimal): -15400860 or 6553621. OLE color: 6553621.

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

Color convert

RGB 21 0 100 -
CMYK 0.79 1 0 0.61
HSL 252.6º 1% 0.2% -
HSV(B) 252.6º 1% 0.39% -
XYZ 2.61 1.08 12.13 -
YUV 17.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 21 0 100 0.79 1 0 0.61 252.6 1 0.2
Hex 15 0 64 4F 64 0 3D FD 64 14
Octal 25 0 144 117 144 0 75 375 144 24
Binary 10101 0 1100100 1001111 1100100 0 111101 11111101 1100100 10100

Color Harmonies of #150064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150064

Black with #150064

Text Example


Text Example

White with #150064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150064; }

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

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

background-color css

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

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

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

border-color css

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

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

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