Html Css Color HEX #150C66 Midnight Blue

📋 copy color: '#150C66'

red 21 ◦ green 12 ◦ blue 102

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

Shades of Midnight Blue #150C66

Tints of Midnight Blue #150C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

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

R = 15.56%
G = 8.89%
B = 75.56%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#150C66 (or 0x150C66) is known color: Midnight Blue. HEX triplet: 15, 0C and 66. RGB value is (21,12,102). Sum of RGB (Red+Green+Blue) = 21+12+102=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #150C66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C66 is #EAF399. Grayscale: #181818. Windows color (decimal): -15397786 or 6687765. OLE color: 6687765.

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

Color convert

RGB 21 12 102 -
CMYK 0.79 0.88 0 0.6
HSL 246º 0.79% 0.22% -
HSV(B) 246º 0.88% 0.4% -
XYZ 2.84 1.38 12.69 -
YUV 24.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 21 12 102 0.79 0.88 0 0.6 246 0.79 0.22
Hex 15 C 66 4F 58 0 3C F6 4F 16
Octal 25 14 146 117 130 0 74 366 117 26
Binary 10101 1100 1100110 1001111 1011000 0 111100 11110110 1001111 10110

Color Harmonies of #150C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C66

Black with #150C66

Text Example


Text Example

White with #150C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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