Html Css Color HEX #14155B Midnight Blue

📋 copy color: '#14155B'

red 20 ◦ green 21 ◦ blue 91

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

Shades of Midnight Blue #14155B

Tints of Midnight Blue #14155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 15.15%
G = 15.91%
B = 68.94%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14155B (or 0x14155B) is known color: Midnight Blue. HEX triplet: 14, 15 and 5B. RGB value is (20,21,91). Sum of RGB (Red+Green+Blue) = 20+21+91=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #14155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14155B is #EBEAA4. Grayscale: #1C1C1C. Windows color (decimal): -15461029 or 5969172. OLE color: 5969172.

HSL color Cylindrical-coordinate representation of color #14155B: hue angle of 239.15º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14155B is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 21 91 -
CMYK 0.78 0.77 0 0.64
HSL 239.15º 0.64% 0.22% -
HSV(B) 239.15º 0.78% 0.36% -
XYZ 2.44 1.44 10.05 -
YUV 28.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 20 21 91 0.78 0.77 0 0.64 239.15 0.64 0.22
Hex 14 15 5B 4E 4D 0 40 EF 40 16
Octal 24 25 133 116 115 0 100 357 100 26
Binary 10100 10101 1011011 1001110 1001101 0 1000000 11101111 1000000 10110

Color Harmonies of #14155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14155B

Black with #14155B

Text Example


Text Example

White with #14155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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