Html Css Color HEX #14155F Midnight Blue

📋 copy color: '#14155F'

red 20 ◦ green 21 ◦ blue 95

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

Shades of Midnight Blue #14155F

Tints of Midnight Blue #14155F

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14155F (or 0x14155F) is known color: Midnight Blue. HEX triplet: 14, 15 and 5F. RGB value is (20,21,95). Sum of RGB (Red+Green+Blue) = 20+21+95=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 21 (8.59% from 255 or 15.44% 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 #14155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14155F is #EBEAA0. Grayscale: #1C1C1C. Windows color (decimal): -15461025 or 6231316. OLE color: 6231316.

HSL color Cylindrical-coordinate representation of color #14155F: hue angle of 239.2º 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 #14155F is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 21 95 -
CMYK 0.79 0.78 0 0.63
HSL 239.2º 0.65% 0.23% -
HSV(B) 239.2º 0.79% 0.37% -
XYZ 2.62 1.51 10.98 -
YUV 29.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 20 21 95 0.79 0.78 0 0.63 239.2 0.65 0.23
Hex 14 15 5F 4F 4E 0 3F EF 41 17
Octal 24 25 137 117 116 0 77 357 101 27
Binary 10100 10101 1011111 1001111 1001110 0 111111 11101111 1000001 10111

Color Harmonies of #14155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14155F

Black with #14155F

Text Example


Text Example

White with #14155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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