Html Css Color HEX #150E7D Midnight Blue

📋 copy color: '#150E7D'

red 21 ◦ green 14 ◦ blue 125

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

Shades of Midnight Blue #150E7D

Tints of Midnight Blue #150E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.13%

R = 13.13%
G = 8.75%
B = 78.13%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#150E7D (or 0x150E7D) is known color: Midnight Blue. HEX triplet: 15, 0E and 7D. RGB value is (21,14,125). Sum of RGB (Red+Green+Blue) = 21+14+125=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #150E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E7D is #EAF182. Grayscale: #1C1C1C. Windows color (decimal): -15397251 or 8195605. OLE color: 8195605.

HSL color Cylindrical-coordinate representation of color #150E7D: hue angle of 243.78º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150E7D is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 14 125 -
CMYK 0.83 0.89 0 0.51
HSL 243.78º 0.8% 0.27% -
HSV(B) 243.78º 0.89% 0.49% -
XYZ 4.17 1.95 19.56 -
YUV 28.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 21 14 125 0.83 0.89 0 0.51 243.78 0.8 0.27
Hex 15 E 7D 53 59 0 33 F4 50 1B
Octal 25 16 175 123 131 0 63 364 120 33
Binary 10101 1110 1111101 1010011 1011001 0 110011 11110100 1010000 11011

Color Harmonies of #150E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E7D

Black with #150E7D

Text Example


Text Example

White with #150E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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