Html Css Color HEX #150C5F Midnight Blue

📋 copy color: '#150C5F'

red 21 ◦ green 12 ◦ blue 95

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

Shades of Midnight Blue #150C5F

Tints of Midnight Blue #150C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 74.22%

R = 16.41%
G = 9.38%
B = 74.22%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#150C5F (or 0x150C5F) is known color: Midnight Blue. HEX triplet: 15, 0C and 5F. RGB value is (21,12,95). Sum of RGB (Red+Green+Blue) = 21+12+95=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #150C5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C5F is #EAF3A0. Grayscale: #171717. Windows color (decimal): -15397793 or 6229013. OLE color: 6229013.

HSL color Cylindrical-coordinate representation of color #150C5F: hue angle of 246.51º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150C5F is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 12 95 -
CMYK 0.78 0.87 0 0.63
HSL 246.51º 0.78% 0.21% -
HSV(B) 246.51º 0.87% 0.37% -
XYZ 2.51 1.25 10.94 -
YUV 24.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 21 12 95 0.78 0.87 0 0.63 246.51 0.78 0.21
Hex 15 C 5F 4E 57 0 3F F7 4E 15
Octal 25 14 137 116 127 0 77 367 116 25
Binary 10101 1100 1011111 1001110 1010111 0 111111 11110111 1001110 10101

Color Harmonies of #150C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C5F

Black with #150C5F

Text Example


Text Example

White with #150C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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