Html Css Color HEX #140057 Midnight Blue

📋 copy color: '#140057'

red 20 ◦ green 0 ◦ blue 87

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

Shades of Midnight Blue #140057

Tints of Midnight Blue #140057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 81.31%

R = 18.69%
G = 0%
B = 81.31%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#140057 (or 0x140057) is known color: Midnight Blue. HEX triplet: 14, 00 and 57. RGB value is (20,0,87). Sum of RGB (Red+Green+Blue) = 20+0+87=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #140057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140057 is #EBFFA8. Grayscale: #0F0F0F. Windows color (decimal): -15466409 or 5701652. OLE color: 5701652.

HSL color Cylindrical-coordinate representation of color #140057: hue angle of 253.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140057 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 0 87 -
CMYK 0.77 1 0 0.66
HSL 253.79º 1% 0.17% -
HSV(B) 253.79º 1% 0.34% -
XYZ 2.01 0.84 9.07 -
YUV 15.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 20 0 87 0.77 1 0 0.66 253.79 1 0.17
Hex 14 0 57 4D 64 0 42 FE 64 11
Octal 24 0 127 115 144 0 102 376 144 21
Binary 10100 0 1010111 1001101 1100100 0 1000010 11111110 1100100 10001

Color Harmonies of #140057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140057

Black with #140057

Text Example


Text Example

White with #140057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140057; }

 p { color: rgb(20,0,87); }

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

background-color css

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

 a { background-color: rgb(20,0,87); }

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

border-color css

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

 span { border-color: rgb(20,0,87); }

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