Html Css Color HEX #15145F Midnight Blue

📋 copy color: '#15145F'

red 21 ◦ green 20 ◦ blue 95

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

Shades of Midnight Blue #15145F

Tints of Midnight Blue #15145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

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

R = 15.44%
G = 14.71%
B = 69.85%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15145F (or 0x15145F) is known color: Midnight Blue. HEX triplet: 15, 14 and 5F. RGB value is (21,20,95). Sum of RGB (Red+Green+Blue) = 21+20+95=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #15145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15145F is #EAEBA0. Grayscale: #1C1C1C. Windows color (decimal): -15395745 or 6231061. OLE color: 6231061.

HSL color Cylindrical-coordinate representation of color #15145F: hue angle of 240.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15145F is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 20 95 -
CMYK 0.78 0.79 0 0.63
HSL 240.8º 0.65% 0.23% -
HSV(B) 240.8º 0.79% 0.37% -
XYZ 2.62 1.49 10.97 -
YUV 28.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 21 20 95 0.78 0.79 0 0.63 240.8 0.65 0.23
Hex 15 14 5F 4E 4F 0 3F F1 41 17
Octal 25 24 137 116 117 0 77 361 101 27
Binary 10101 10100 1011111 1001110 1001111 0 111111 11110001 1000001 10111

Color Harmonies of #15145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15145F

Black with #15145F

Text Example


Text Example

White with #15145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15145F; }

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

 H1.HeaderClassName
 {
   color: #15145F;
 }
 .AnyTagClassName
 {
   color: #15145F;
 }
</style>

background-color css

<style>
 a { background-color: #15145F; }

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

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

border-color css

<style>
 span { border-color: #15145F; }

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

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