Html Css Color HEX #150F7D Midnight Blue

📋 copy color: '#150F7D'

red 21 ◦ green 15 ◦ blue 125

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

Shades of Midnight Blue #150F7D

Tints of Midnight Blue #150F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

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

R = 13.04%
G = 9.32%
B = 77.64%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#150F7D (or 0x150F7D) is known color: Midnight Blue. HEX triplet: 15, 0F and 7D. RGB value is (21,15,125). Sum of RGB (Red+Green+Blue) = 21+15+125=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #150F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F7D is #EAF082. Grayscale: #1C1C1C. Windows color (decimal): -15396995 or 8195861. OLE color: 8195861.

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

Color convert

RGB 21 15 125 -
CMYK 0.83 0.88 0 0.51
HSL 243.27º 0.79% 0.27% -
HSV(B) 243.27º 0.88% 0.49% -
XYZ 4.18 1.98 19.56 -
YUV 29.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 21 15 125 0.83 0.88 0 0.51 243.27 0.79 0.27
Hex 15 F 7D 53 58 0 33 F3 4F 1B
Octal 25 17 175 123 130 0 63 363 117 33
Binary 10101 1111 1111101 1010011 1011000 0 110011 11110011 1001111 11011

Color Harmonies of #150F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F7D

Black with #150F7D

Text Example


Text Example

White with #150F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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