Html Css Color HEX #14157F Midnight Blue

📋 copy color: '#14157F'

red 20 ◦ green 21 ◦ blue 127

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

Shades of Midnight Blue #14157F

Tints of Midnight Blue #14157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 75.6%

R = 11.9%
G = 12.5%
B = 75.6%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14157F (or 0x14157F) is known color: Midnight Blue. HEX triplet: 14, 15 and 7F. RGB value is (20,21,127). Sum of RGB (Red+Green+Blue) = 20+21+127=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #14157F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14157F is #EBEA80. Grayscale: #202020. Windows color (decimal): -15460993 or 8328468. OLE color: 8328468.

HSL color Cylindrical-coordinate representation of color #14157F: hue angle of 239.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14157F is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 21 127 -
CMYK 0.84 0.83 0 0.50
HSL 239.44º 0.73% 0.29% -
HSV(B) 239.44º 0.84% 0.5% -
XYZ 4.39 2.22 20.28 -
YUV 32.79 181.17 118.88 -
System Red Green Blue C M Y K H S L
Decimal 20 21 127 0.84 0.83 0 0.50 239.44 0.73 0.29
Hex 14 15 7F 54 53 0 32 EF 49 1D
Octal 24 25 177 124 123 0 62 357 111 35
Binary 10100 10101 1111111 1010100 1010011 0 110010 11101111 1001001 11101

Color Harmonies of #14157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14157F

Black with #14157F

Text Example


Text Example

White with #14157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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