Html Css Color HEX #150E66 Midnight Blue

📋 copy color: '#150E66'

red 21 ◦ green 14 ◦ blue 102

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

Shades of Midnight Blue #150E66

Tints of Midnight Blue #150E66

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.22%

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

R = 15.33%
G = 10.22%
B = 74.45%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#150E66 (or 0x150E66) is known color: Midnight Blue. HEX triplet: 15, 0E and 66. RGB value is (21,14,102). Sum of RGB (Red+Green+Blue) = 21+14+102=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #150E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E66 is #EAF199. Grayscale: #191919. Windows color (decimal): -15397274 or 6688277. OLE color: 6688277.

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

Color convert

RGB 21 14 102 -
CMYK 0.79 0.86 0 0.6
HSL 244.77º 0.76% 0.23% -
HSV(B) 244.77º 0.86% 0.4% -
XYZ 2.86 1.43 12.7 -
YUV 26.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 21 14 102 0.79 0.86 0 0.6 244.77 0.76 0.23
Hex 15 E 66 4F 56 0 3C F5 4C 17
Octal 25 16 146 117 126 0 74 365 114 27
Binary 10101 1110 1100110 1001111 1010110 0 111100 11110101 1001100 10111

Color Harmonies of #150E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E66

Black with #150E66

Text Example


Text Example

White with #150E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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