Html Css Color HEX #140857 Midnight Blue

📋 copy color: '#140857'

red 20 ◦ green 8 ◦ blue 87

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

Shades of Midnight Blue #140857

Tints of Midnight Blue #140857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

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

R = 17.39%
G = 6.96%
B = 75.65%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#140857 (or 0x140857) is known color: Midnight Blue. HEX triplet: 14, 08 and 57. RGB value is (20,8,87). Sum of RGB (Red+Green+Blue) = 20+8+87=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #140857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140857 is #EBF7A8. Grayscale: #141414. Windows color (decimal): -15464361 or 5703700. OLE color: 5703700.

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

Color convert

RGB 20 8 87 -
CMYK 0.77 0.91 0 0.66
HSL 249.11º 0.83% 0.19% -
HSV(B) 249.11º 0.91% 0.34% -
XYZ 2.1 1.01 9.1 -
YUV 20.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 20 8 87 0.77 0.91 0 0.66 249.11 0.83 0.19
Hex 14 8 57 4D 5B 0 42 F9 53 13
Octal 24 10 127 115 133 0 102 371 123 23
Binary 10100 1000 1010111 1001101 1011011 0 1000010 11111001 1010011 10011

Color Harmonies of #140857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140857

Black with #140857

Text Example


Text Example

White with #140857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140857; }

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

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

background-color css

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

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

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

border-color css

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

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

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