Html Css Color HEX #150D6F Midnight Blue

📋 copy color: '#150D6F'

red 21 ◦ green 13 ◦ blue 111

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

Shades of Midnight Blue #150D6F

Tints of Midnight Blue #150D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.97%

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 14.48%
G = 8.97%
B = 76.55%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#150D6F (or 0x150D6F) is known color: Midnight Blue. HEX triplet: 15, 0D and 6F. RGB value is (21,13,111). Sum of RGB (Red+Green+Blue) = 21+13+111=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #150D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D6F is #EAF290. Grayscale: #1A1A1A. Windows color (decimal): -15397521 or 7277845. OLE color: 7277845.

HSL color Cylindrical-coordinate representation of color #150D6F: hue angle of 244.9º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150D6F is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 13 111 -
CMYK 0.81 0.88 0 0.56
HSL 244.9º 0.79% 0.24% -
HSV(B) 244.9º 0.88% 0.44% -
XYZ 3.32 1.59 15.17 -
YUV 26.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 21 13 111 0.81 0.88 0 0.56 244.9 0.79 0.24
Hex 15 D 6F 51 58 0 38 F5 4F 18
Octal 25 15 157 121 130 0 70 365 117 30
Binary 10101 1101 1101111 1010001 1011000 0 111000 11110101 1001111 11000

Color Harmonies of #150D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D6F

Black with #150D6F

Text Example


Text Example

White with #150D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,13,111); }

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

background-color css

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

 a { background-color: rgb(21,13,111); }

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

border-color css

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

 span { border-color: rgb(21,13,111); }

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