Html Css Color HEX #140D57 Midnight Blue

📋 copy color: '#140D57'

red 20 ◦ green 13 ◦ blue 87

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

Shades of Midnight Blue #140D57

Tints of Midnight Blue #140D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.83%

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

R = 16.67%
G = 10.83%
B = 72.5%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#140D57 (or 0x140D57) is known color: Midnight Blue. HEX triplet: 14, 0D and 57. RGB value is (20,13,87). Sum of RGB (Red+Green+Blue) = 20+13+87=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #140D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140D57 is #EBF2A8. Grayscale: #171717. Windows color (decimal): -15463081 or 5704980. OLE color: 5704980.

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

Color convert

RGB 20 13 87 -
CMYK 0.77 0.85 0 0.66
HSL 245.68º 0.74% 0.2% -
HSV(B) 245.68º 0.85% 0.34% -
XYZ 2.15 1.12 9.12 -
YUV 23.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 20 13 87 0.77 0.85 0 0.66 245.68 0.74 0.2
Hex 14 D 57 4D 55 0 42 F6 4A 14
Octal 24 15 127 115 125 0 102 366 112 24
Binary 10100 1101 1010111 1001101 1010101 0 1000010 11110110 1001010 10100

Color Harmonies of #140D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D57

Black with #140D57

Text Example


Text Example

White with #140D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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