Html Css Color HEX #150066 Midnight Blue

📋 copy color: '#150066'

red 21 ◦ green 0 ◦ blue 102

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

Shades of Midnight Blue #150066

Tints of Midnight Blue #150066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 82.93%

R = 17.07%
G = 0%
B = 82.93%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#150066 (or 0x150066) is known color: Midnight Blue. HEX triplet: 15, 00 and 66. RGB value is (21,0,102). Sum of RGB (Red+Green+Blue) = 21+0+102=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #150066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150066 is #EAFF99. Grayscale: #111111. Windows color (decimal): -15400858 or 6684693. OLE color: 6684693.

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

Color convert

RGB 21 0 102 -
CMYK 0.79 1 0 0.6
HSL 252.35º 1% 0.2% -
HSV(B) 252.35º 1% 0.4% -
XYZ 2.71 1.12 12.64 -
YUV 17.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 21 0 102 0.79 1 0 0.6 252.35 1 0.2
Hex 15 0 66 4F 64 0 3C FC 64 14
Octal 25 0 146 117 144 0 74 374 144 24
Binary 10101 0 1100110 1001111 1100100 0 111100 11111100 1100100 10100

Color Harmonies of #150066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150066

Black with #150066

Text Example


Text Example

White with #150066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150066; }

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

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

background-color css

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

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

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

border-color css

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

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

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